Forums

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

Automatically Release Version

Felix Tahir
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!
October 24, 2022

Hi, I'm wondering whether JIRA has automation rules to release the version after all tasks in specific version are done state.

 

Thanks.

1 answer

0 votes
Aron Gombas _Midori_
Community Champion
October 25, 2022

I think there are no actions for these, but you should be able to add actions that send requests to the Jira Cloud REST API.

This end-point can be used to get the count of unresolved issues:

https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-project-versions/#api-rest-api-2-version-id-unresolvedissuecount-get

And this end-point can be used to release a version:

https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-project-versions/#api-rest-api-2-version-id-put

If you trigger a rule built out of these periodically, it should be able to solve your use case.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events