When an issue is created and assigned, and the person who works on it transitions it to another status, such as 'Waiting for Approval,' Jira automatically reassigns this ticket to the person who created it. When this person approves it and moves it to 'Done', the ticket needs to be reassigned to the person who worked on it originally.
I created a rule but was working only if I trigger the event
Hi @Ebru Ergenc
For a question like this, please post an image of your complete automation rule, images of any relevant actions / conditions / branches, an image of the audit log details showing the rule execution, and explain what is not working as expected. Those will provide context for the community to offer ideas. Thanks!
Kind regards,
Bill
Automatic reassignments are in fact post-functions inside the workflow (interface visible when clicking the arrow between statuses when editing the workflow). You can remove these post functions if they don't do what you expect.
the ticket should remain on the assignee.
Validate the user being the reporter when transitioning from approval to Done. This is a condition to "only reporter condition"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the approving person wants to know his to-approve items, use a quickfilter on the board to filter issues with reporter = xyz ( or: reporter = currentUser() )
The transition to "Done" can have a restriction of the persons allowed to do the transition by the indicated "only reporter condition".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.