Follow up question on Round-robin issue assignment for Jira issues.
Let's say we have Users 1, 2, and 3 in the list.
Ticket 1234 is filed and auto-assigned to User 1. However, User 1 is on PTO therefore the ticket must be manually reassigned to either User 2 or User 3.
If ticket 1235 is filed subsequently, will it be auto-assigned to User 2 because initially ticket 1234 was assigned to User 1? Or will Jira refer to ticket 1234, get the assigned user, and then increment?
Are you performing the assignment with an automation rule's Assign action? If so, it appears round-robin uses the sequence of users in the list/group and thus would select User 2 in your example.
https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Assign-issue
Kind regards,
Bill
Hi Bill, yes automation rule's Assign action based on Issue Creation trigger. Thanks for the speedy reply, this is very helpful!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Pondering this a bit more, it would be possible to make this adjustment to assignment auto-magic by either:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do we do a round-robin assignment via rest api?
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.