Hi everyone,
I’m looking for inspiration and best practices from the community on how to build a function that allows agents to move tickets between views.
Context:
We currently have multiple groups each with its own dedicated email and several views. The agents need to move tickets that have arrived in incorrect e-mails between views.
To give you an example it looks somewhat like this:
Group a (group-a@email.com)
View a, invoices
View b, technical support
View C, sales
Group B (group-B@email.com)
View d, invoices
View e, technical support
View f, sales
Group C (group-C@email.com)
View g, invoices
View h, technical support
View i, sales
So far i have tried creating a group for each view which creates a abundance of groups when its really just 3 groups handling all the tickets.
I have also tried creating a drop-down field with each view and then editing the conditionals of the views. Ive had the most success with this method so far but it results in alot of conditionals for each view which complicates config more than id like as the groups and views grow.
Questions:
How do you handle this in your setup and what best practices would you recommend for maintaining structure and avoid creating unnecessary complexity or disrupting existing processes
