Hi guys,
Here is the scenario:
We have 5 developers in our team
I've set up 2 rules in order to make this scenario happen:
[RULE 1] Trigger when the status change to "Code Review"
[RULE 2] Trigger when the status change to any other status
Now I have a problem which I cannot find a solution to at the moment... Since it is randomly assigned to a list of developers, there is a chance that it will assign to the same developer. and it happened sometimes and we have to manually fix it.
I have an idea that I can set a condition that checks if the automation assigns to the same assignee, and if it's true, then re-assign another person again until it's a different person; but I don't know how to implement this idea.
Is there a better way in the Automation setting that it will skip the same Assignee?
Thanks!
Hi @[deleted] -- Welcome to the Atlassian Community!
With the built-in features, I believe you would need to change from Random to Round-robin assignment. At least that would help also reduce the chance of Random overloading one/a few Developers.
A more convoluted (and slower) work-around would be to use list-based assignment and remove the current assignee:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.