Hello everyone. Maybe anyone have some script to to automatically assign new issues to users from a particular group in Round robin fashion (Jira 7.7) . I can't find any that working
This can be done with Automation for JIRA. Simply use the "Assign Issue" action and select "Assign to a member of a list or group". You will be then offered a choice of "Load Balanced", "Round-robin" and "Random".
Round-robin assigning iterates over a list of users and assigns issues to them in turn.
Which scripting add-on do you have? And what are the conditions you want to assign-to-next?
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.
Ok, that's good, it means you've got complete freedom inside Jira to do anything the API can do.
What about the second question?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This script must simply assign It that have status "unassigned" in any workflow. I want to find any working script to see how It works and use as a template to write my own (simply for learning purposes) script. It can be any conditions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.