The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Change issue status on edit

Nicolas MORENO
Contributor
January 7, 2020

Hi,

On a new workflow, I would like to be able to change automatically the issue status when a field was edited.

For example, I have 3 states : Draft, Ready and Approved. If I edit the description or the summary when the issue is in 'Ready' status, I would like to change automatically the issue status to 'Draft'.

Is it possible? If yes, can I do this only for some fields? I take a look to workflow triggers but I don't found anything according to this.

Thanks in advance for any help

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Nic Brough -Adaptavist-
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 Champions.
January 8, 2020

You will need one of the scripting or automation apps to create a listener or automation that can pick up "issue edited", scan it for the right conditions for change, and issue the relevant transition instruction.

Nicolas MORENO
Contributor
January 8, 2020

I have ScriptRunner. I will see how I can do this with a listener.

Thanks for your help.