Is it possible to automatically assign a user to an issue when the status moves to done with the below criteria?
When status moves to 'done', assign issue to the user who transitioned the issue to 'Code Review'.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would accomplish this with 2 rules since it's not clear what your workflow is.
First rule: when the issue is transitoned to code review copy the user who triggerred it to a new user picker customfield.
Rule 2: when the issue transitions to done, copy the customfield above to the assignee field.
I hope this helps.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.