We want to make some statistics regarding our customers way of creating tickets: via email or via RT web portal. We searched for an automatic way to extract this information but did not find one.
The usernames of our customers have the same value as their email address, so the Requestor has the same value regardless which method they used to create a ticket; therefore we cannot use Requestor as discriminator.
Then we thought we found a solution when we added a custom field ''Created via RT GUI" with single value âYesâ which would have values:
- âno valueâ when ticket is created via email
- âYesâ when ticket is created via RT GUI
The problem is that we process tickets created by Customers (via email) using RT GUI (i.e. we follow the workflow until they are closed), and any web modification on the ticket will override the custom field âno valueâ with âYesâ and weâre back to square one. Of course we could add options like âYesâ or âNoâ but the point is to make this process automatic and avoid relying on user input on this which would be error prone.
Please let me know if you know about other options to automate this detection.
Thanks