Understanding mechanics
As described above, Round Robin enables you to manage agent availability manually or allowing the app to do this automatically by schedule. You can also set up actions that are performed when an agent becomes unavailable/available. For example, unassign tickets that are assigned to unavailable agents or reassign the tickets to a specific agent, and so on.
You will need to specify strings that will be added to tickets as a private comment in Zendesk when an assignee becomes available or unavailable. Then you can handle actions via Zendesk triggers.
Important:
1) Private comments are added to New, Open, and Pending tickets, but not to On-hold, Solved, and Closed ones.
2) There are two different scenarios of handling the out-of-office logic (only 1 scenario needs to be selected):
- Reassigning when an assignee becomes unavailable
- Reassigning when a customer replies to a ticket (the main difference from the other scenario is that the assignee is deleted only when necessary)
1. Reassigning when an assignee becomes unavailable
1. Click Settings
2. Specify a string that will be added to tickets as a private comment when an assignee becomes unavailable only.
3. Click Save
4. Create a Zendesk trigger to unassign tickets when an assignee becomes unavailable. The string must match its spelling in the Round Robin settings exactly.
5. Ensure that the tickets which are unassigned by the trigger are available in one of the views that you set up as a ticket source view in Round Robin. If done correctly, Round Robin will assign the tickets again minus the unavailable assignee.
2. Reassigning when a customer replies to a ticket
1. Click Settings
2. Specify strings that will be added to tickets as a private comment when an assignee becomes available and unavailable.
3. Click Save
4. Create a Zendesk trigger to mark tickets with a tag when an assignee becomes unavailable. The string must match its spelling in the Round Robin settings exactly.
5. Create a Zendesk trigger to unassign tickets with the tag "assignee_unavailable" when a customer replies to a ticket.
6. Create Zendesk trigger to remove the tag "assignee_unavailable" when the assignee is changed or becomes available.
7. Ensure that the tickets which are unassigned by the trigger are available in one of the views that you set up as a ticket source view in Round Robin. If done correctly, Round Robin will assign the tickets again minus the unavailable assignee.
21 Comments