Automatic Transition from ReleaseReady to DONE on marking unreleased release to released

Prasad Andrews
Contributor
July 3, 2019

Automatic Transition from ReleaseReady to DONE on marking unreleased release to released

Before releasing the product in the market, team checks if all the issues are in ReleaseReady state. Once, the product is released in the market, we also mark the release (in a recent case- Rel 6.5.2) as RELEASED in JIRA.

However, after that, we have to manually go and update the status of the issues from ReleaseReady to DONE.

It would be great if the issue status could automatically move from ReleaseReady to DONE once we mark the release as RELEASED in JIRA.

 

How to achieve Is this possible?

1 answer

0 votes
Krishnanand Nayak
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.
July 3, 2019

you can use the Script Listener to be triggered on the Version Release. The listener should have a jql to get all the issues and then loop through them and transition the issues to Done

Prasad Andrews
Contributor
July 4, 2019

Hi @Krishnanand Nayak 

Could you please share me the sample script to update in the listeners.

Regards,

Prasad

Krishnanand Nayak
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.
July 5, 2019

You can look here https://library.adaptavist.com for examples of how to execute a JQL and transition issue.

Suggest an answer

Log in or Sign up to answer