The case would be to check every time an issue to transitioned into Done - verify the version and if all issues are completed in that version - release the version.
I do have the automation version 9.0.2 installed
Also as suggested by @Bill Sheboy in other thread, other option is to use the rest API..
Once any issue is transitioned to Done (trigger), You could also use the web request option (action) and point to /rest/api/2/version/{id}/unresolvedIssueCount and check if count is = 0, if so, you can release the version. Where {id} = {{fixVersions}}
Hi @Brian Taylor ~ looks like @Bill Sheboy provided a similar solution to this last year: https://community.atlassian.com/t5/Jira-Software-questions/Is-there-a-way-I-can-check-if-all-the-Jira-items-for-a-release/qaq-p/2163948
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.