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?
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
Could you please share me the sample script to update in the listeners.
Regards,
Prasad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can look here https://library.adaptavist.com for examples of how to execute a JQL and transition issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.