Forums

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

How do I automate the transition of all tickets from Done to Released when a Sprint is Completed

Vinny Laiosa January 17, 2022

My workflow has a status DONE that represents that status of a ticket when it is through UAT but not in production. When I click on the "Complete sprint" button I would like to automatically transition the set of tickets that are DONE to RELEASED. 


Can someone please point me to an example that completes this Automation.

1 answer

1 vote
Ismael Jimoh
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.
January 17, 2022

Hi @Vinny Laiosa ,

This is possible by doing the following:

  1. Go to Project Settings page
  2. Select Automation
  3. Create a new Automation rule
  4. Select Sprint Completed for your first option and select your board
  5. Select Condition and JQL Condition
  6. Here enter (to restrict the next change to only issues that are in the done status):
    status = Done
  7. Select Action and here use the action Transition issue
  8. Select the destination status to transition to (in your case this should be released).
  9. Save and Publish the automation.

With the following, you should be able to achieve what you described. Also since you check that status = Done, it moves only those in this status to the released state.

One thing I would watch out for is when Completing a Sprint, JIRA moves the issues to the next sprint or returns them to the backlog. As these issues would be entering the actual done status after the release, you may run into an issue where they are moved into the next sprint.

I will recommend setting a resolution when they get to the done state before releasing to avoid this.

Regards.

Jack Brickey
Community Champion
January 18, 2022

also... It may be obvious, but you need to ensure that your "Done" status is in fact mapped to the right-most column of your board.

Like Bill Sheboy likes this

Suggest an answer

Log in or Sign up to answer