There are some old threads which seem to indicate such a function is not supported.
What would be a suggested method to implement such a structure if I want to have main queues that are accessible by specific partners e.g.
Queue_Partner_A
- Queue_Customer_01
- Queue_Customer_02
Queue_Partner_B - Queue_Customer_03
- Queue_Customer_04
Each “partner” would be able see all of their “customers” but not each other’s queue/tickets. Similarly, their “Customer” would not be able to see each other’s queues/tickets.
Currently I am testing with complex queue names like Queue_Partner_A_Customer_01
But this would become increasingly unmanageable and confusing over time.