I have been trying to find an answer for this specific case but I have yet to discover much. I apologize is this has been posted before.
I understand there are a couple of options for assignment of issues based on transitions using post functions. What I am wondering is if there is a way to reassign an issue back to the previous assignee.
For example, in our Ready for Acceptance status we have two options: Accepted and Bug Detected. If Bug Detected is selected, I would like for the item to be reassigned back to the previous assignee as this would be the developer that marked the issue as completed and ready for acceptance.
Is this possible using the current post functions or would this require something special? Or is just not feasible at the moment?
Also you can try https://marketplace.atlassian.com/plugins/ru.andreymarkelov.atlas.plugins.utils
Use Assign to Workflow Step Actor Post Function
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Shucks. This is not available for the cloud version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will have to capture the previous assignee somewhere for this to work. You can have a user custom field where it can be captured but if your assignee changes outside of workflows, you will need a listener to do the job.
If the assignee changes only via workflow, you can use a post function to set the current assignee value on a custom field and then use that custom field for re-assignment.
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.
Hi Jobin,
Could you please explain how to capture the previous assignee using custom field? Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jobin Kuruvilla [Go2Group] can you please be descriptive for this JIRA n00b? I"m stuck like Ajay.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have a question on this matter. to follow what Jobin suggested, I wanted to track he name of the developper so i created a custom field "Dev assigned" to log the dev name of the person.
But i don't how to log this name when the person click on a certain status. could you please help me?
Cap
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Using the ScriptRunner plugin, you could query Jira's ChangeHistoryManager to see who the last assignee was and then assign the issue back to them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi JohnBishop, Could you please suggest any query through script runner to achieve this requirement.? Best Regards Anil Bulle
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.