Is there a post function that will automatically assign a Reopened issue to the user who Resolved it?

Paul Shinoda March 11, 2013

Is there a post function (or a way to create one) that will automatically assign a Reopened issue to the user who Resolved it?

3 answers

1 accepted

2 votes
Answer accepted
Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 11, 2013

Hi Paul,

I can think of following setup.

In order to resolve an issue you need to go through a transition (not just by Edit). Then copy the assignee

into a new custom field (named Resolver) as a postfunction of this transition.

If this issue then goes through the Reopened transition copy the value of Resolver into Assignee.

That should work,

Cheers,

Udo

0 votes
Kota Sreenivasa Shravana Kumar February 3, 2016

Hi Paul

I have the same requirement in our setup. 

How did you manage to implement this ? Can you please share ?

Thanks !  

0 votes
Thiago Ribeiro
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 11, 2013

Paul,

There is a plugin that will definetly help you to set this:

JIRA Misc Workflow Extensions

You can use the post functions on your workflow to assign it to the last user.

Have a look on their documentation to understand more about its features.

I hope it helps you!

Suggest an answer

Log in or Sign up to answer