Feature Add-on
Ticket Queue Selection
This Feature Add-on makes it possible to automatically move a ticket to preferred queues on the basis of ticket and customer data when it is created. In the standard version of OTRS, some similar selection can be done by using several email addresses or moving tickets manually.
After installing the Feature Add-on, you can define in the system configuration on which data the queue selection should be executed. For example, it would be possible to define certain customer names, which causes their tickets to move into a special queue where the appropriate customer consultant can work on it immediately.
It would also be possible to define keywords, like “problem“ or “computer,“ for the ticket title so that those tickets are automatically routed to the First-Level-Support Queue.
Key is the queue name, e. g. Special Customer. Value is a semicolon-separated list of ticket and/or customer user settings and their expected value (as regular expression) in the form of:
“CustomerUser::UserFirstname=’^John$’;CustomerUser::UserLastname=’^Doe$’;Ticket::Title=’^Any title’”.
The fields available for tickets and customer users have to match those available in OTRS.
If more rules are needed, they can be added to the same content field with a “;” character as a separator, like “Ticket::Title=’^Test$’;CustomnerUser:UserLogin=’some_customer’”.