Dear all,
If is possible to configure an automation to assigne to issue person how was assigned to the issue two statuses before? Eg. let say I have a User Story with workflow: To Do --> In Progress --> Code Review --> Done OR To Do --> In Progress --> Code Review --> Rework --> In Progress --> Code Review -->Done.. Assignee in this example change when the issue is moved to Code Review (other developer work on it). I want to make an atomation that change the assigne to the developer how was assigned to the issue when it was in "In progress" status when the issue is moved to "rework" status.
Thanks!
I would capture the developer's username in a different field during the In Progress step. That way you could set your reassignment to the user in that field when it is appropriate.
Could you please clarify what do you mean by "capture the developer's username in a different field during the In Progress step"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
as a post-function of the workflow transition to "In Progress", set the value of "Assignee" to your new custom field called "Developer" or whatever you want.
Then, as a post function of the transition from "Code Review" to "Rework", set the "Assignee" field to the value in the "Developer" field.
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.