cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
470
Views
1
Helpful
2
Replies

Get supervisor queues, but not from supervised team members

SumoPig
Level 1
Level 1

Hi,

I am attempting to get the list of skills / queues from a supervisor, however when using User.getQueues() supervisors will get not only the skills / queues assigned to themselves, but also from all of the agents that are part of their supervised teams.

For example, if user A (supervisor) has is assigned the queues 1 and 2, and they supervise user B (agent) who is assigned to queue 3, then User.getQueues() will return queues 1, 2, and 3. Instead, I would like to only see a list of queues 1 and 2.

I have not found a way to filter or distinguish which queue is specifically assigned to the supervisor, but not to their team members.

Is this possible to achieve? Thanks

1 Accepted Solution

Accepted Solutions

2 Replies 2

Hi, I think you're running into this defect? https://bst.cloudapps.cisco.com/bugsearch/bug/CSCwj14224 

SumoPig
Level 1
Level 1

That looks helpful Bill, thank you will give it a try.