Hello all. I know that there is no priority on queues, but is it any workaround for this scenario:
I have 3 queues, the same agents are assigned to all queues
Queue 1 (Agent 1, Agent 2, Agent 3), queue items prioritization: Account with type = Priority is FIRST
Queue 2 (Agent 1, Agent 2, Agent 3), queue items prioritization: Account with type = Priority is FIRST
Queue 3 (Agent 1, Agent 2, Agent 3), queue items prioritization: Account with type = Priority is FIRST
Prioritization works fine within every queue (separately), but in my scenario all agents are assigned to all queues. As a result, when a Customer with Type=Priority is calling on Queue1, but at the same time a Customer with Type = Other calls on Queue 2, there is no priority (random order of incoming calls). What is more, I have no idea how the items are routed. I did many tests and there is no rule..
Does anyone know how to solve this issue? Prioritization rulesets are exactly the same for every queue.
My cusromer requirement is clear: No matter which queue the priority Account choose, he has to be served first.
One queue is not a solution.