I want to have some agents that only have to create tickets on a queue. They can't lock tickets, change priority or another things. Just creating tickets.
So here's what I made:
- - 2 groups called "Support" and "Phone",
- The queue is linked to the group "Support",
- 2 roles called "Hotline" and "CallAgent",
- Agents who can only create tickets on the queue are on the role "CallAgent",
- Agents who have to really work on tickets are on the role "Hotline",
- Role "CallAgent" have "ro" and "create" access to group "Support" (and "rw" on group users)
- Role "Hotline" have "rw" access to groupe "Support" (and "rw" on group users)
Another question: I set up "rw" access on group users so that agents are able to select clients... Is there another way to do that?
Thanks in advance