A Customer would like to be able to include filtering logic that will exclude tickets that meet two conditions. The second condition would be an exclusion, which is also logic not currently available.
For Example:
Ticket_tag IS EXACTLY "maybe" AND ticket_tag IS NOT "reopened"
In this case, all tickets are being tagged "maybe" if they are responded to by an automation and get an additional tag of "reopened" if it gets responded to. We only want to exclude tickets that do get the "maybe" tag, but do not get an "reopened" tag.
Created by Jeremy Eckman