Yes it's possible.
1. use a transition trigger
2. use a JQL to filter which issues you'd like to check if they are done. example:
issuetype in (Sub-task, Story-bug)
3. then you need to use a branch rule for the parent, because you want to make actions on the parent.
4. Then the key is to use a Related Issue Condition with a condition of "All match specified JQL" and in your JQL you specify that all sub-tasks (or other sub-issue types you have) are in DONE or Closed status (depends for your case. We use CLOSED as a status and Done as a resolution)
5. Then you want to add another safety check to check if your parent is in it's desired status, use the Advanced Compare condition and compare the status of parent with the name of the status it should be on, before closing the parent.
6. lastly, use the Transition action rule to transition the parent to Close/Done.
Hope it was helpful.
Cheers,
Gil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Scriptrunner has it as a built-in functionality
Maybe some other plugins can do same thing, I personally only scriptrunner so can't really say.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JMWE has a point and click post-function for that, Automation for Jira can do it too, in a different way.
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.