Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Issue status automatically change on assignment

Alan Leung
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 20, 2019

How can I change the issue status automatically on it's assignment. For instance when I'm assigning an issue from user A to user B it's status is being changed automatically from Open to In Progress?

Thank you

2 answers

2 accepted

0 votes
Answer accepted
Tarun Sapra
Community Champion
March 20, 2019

Hello @Alan Leung 

You would need to write a custom listener, which listens to the assignee change event and then transitions the issues to the next step in the workflow. I have done something similar using Script runner paid plugin.

But you can also update the assignee in the post-funciton of an transition as that's less complex to do and supported by most plugins out of the box.

Shobana Jayabalan June 27, 2019

hi Sapra , 

 

Could you please provide me the script which you have been used for "assignee change event and then transitions the issues to the next step in the workflow. " in script runner .

similar case i am facing 

0 votes
Answer accepted
Alexey Matveev
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 20, 2019

Hello,

You would need a plugin for it. There are multiple plugins available: Power Scripts, ScriptRunner, Automation For Jira etc.

If you want to use the Power Scripts add-on, then you can create a listener for the Issue Assigned event with a code like this:

autotransition("transition name", key);
Alan Leung
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 20, 2019

Do you know of any free plugin to download that serves the same purpose?  

Thanks

Alexey Matveev
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 20, 2019

You can have a look at Groovioli or MyGroovy.

Suggest an answer

Log in or Sign up to answer