Move ticket to a queue based on technician assigned to ticket
The way our helpdesk is setup, we have a main IT queue that users can open tickets to. Within IT we've broken down the main queue into several queues (Network support, PC Support, Programming...). Right now a ticket gets created, a helpdesk technician assigns the ticket to a technician but I am getting complaints because they have to take the time to know what queue a technician is in a then move the ticket to that queue. Is there a way to automatically move a ticket to select queue based on the technician the ticket is assigned to? For instance if I am a PC tech and a ticket is assigned to me, the ticket would automatically get moved to the PC support queue.
Thanks
Answers (0)
Be the first to answer this question
You will need to write a ticket rule that performs the logic of:
IF OWNER_ID = "10" the set HD_QUEUE_ID = "5"
IF OWNER_ID = "11" the set HD_QUEUE_ID = "3"
That will probably work - Hobbsy 9 years ago