Hi, I'm wondering whether JIRA has automation rules to release the version after all tasks in specific version are done state.
Thanks.
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:
And this end-point can be used to release a version:
If you trigger a rule built out of these periodically, it should be able to solve your use case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.