How can I efficiently create an on-call schedule utilizing a round-robin rule to ensure fair distribution of tickets, particularly when shifts overlap? What strategies or tools could facilitate this process effectively?
The exact situation we are facing is: we have a 24hour coverage provided by 3 teams. We have set up the teams and the respective on calls, however we have some overlaps between the 3 schedules, hence we cannot get the tickets auto assigned, that is what we understood from support.
What we want to accomplish: Tickets to be auto assigned to team members as per their respective shifts, in turns (round robin)
How can we automate the assignment of tickets to team members based on their respective shifts, adhering to a round-robin distribution approach? Particularly, how can we ensure that tickets are evenly distributed among team members even when their shifts overlap?
Any idea how to fix this error?
Thank you in advance for any recommendations.
Thanks @Tom Russell! That makes sense with what I've experienced... alerts keep being sent to the same individual on call, even within the same team.
A round-robin distribution implies keeping state from one alert to the the next; something not easily done with Opsgenie. Another way that would (theoretically) give an even distribution would be to route randomly between the teams during the overlap period.
I'm not sure how your tickets are coming in, but if you have a date field accessible, you could:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sorry @Tom Russell sort of eavesdropping here...
What do you mean with "keeping state from one alert to the next"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jaime Capitel _resolution_ by "keeping state" I mean remembering who the last alert went to and sending the next one to the other team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.