The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Round Robin Assignee

Katrina Rodenhaus
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 8, 2013

My company just started using JIRA and Agile for our project management. At one point in the work flow we have a "review" transition that takes place. As it stands now, the review will rotate from person to person in a specified order. Is there anyway that the tranisition itself can be set to assign the issue to the next person in the order? Any input is appreciated. Thanks!

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
John Bishop
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 8, 2013

You could use the Script Runner plugin (https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner) to create a custom post function in your transition to do this. I think this would be the easiest method.

You could also create a new plugin with an event listener which can set the assignee.

Mikhail T
Contributor
June 30, 2015

Thank you, John. Could you give an example of how such post function would look? If "round-robin" is too complex -- because it requires state-keeping -- how about randomly picking one user from the people with the Developer-role in the project? If we try to make a plugin -- would it be possible to make the usage of the plugin an option in the list of default assignment options? The list, that currently includes Project's Lead and "Unassigned"? Thanks!