I am trying to create a filter that when matching 3 rules, sends an email, and then rejects the ticket.
I have ordered so that the email generation will occur prior to rejecting the ticket. The sending of the email works perfectly, until I add in the Reject Ticket action. Once the Reject Ticket action is added, the email does not send.
I have tried making 2 different filters, one for sending the email with a higher execution priority, and a second for rejecting the ticket with a lower execution priority. The ticket will be rejected, but the email will not be sent.
Any thoughts?