osTicket - 1.16.1
Server - 2019 IIS10
MySQL - 5.5.45
PHP - 8.0.0
Is it possible to see which filter auto assigned a ticket to an agent? Are there logs at the OS level I could check when I have an issue with osTicket or is everything in the admin ui? We have a web form that submits an email to a mailbox that osTicket's cron job generates tickets from. There is a drop down in this form for a location id (ABC123). When the email is submitted, the body of the email contains "location: ABC123". We have 60 filters setup to auto assign tickets based on this location id. All emails not containing a location id or containing a partial location id are being auto assigned to the same agent (Dusty Bottoms). Maybe our rules need to be adjusted because we're using "contains"?
All of the filters are setup using the following format;
Filter Rules: Ticket / Issue Details - Contains - ABC123
Filter Actions: Assign Agent: Dusty Bottoms