Im trying to set up an action that closes all child sub-tasks when the parent transition to Done.
I have got it to work if the sub-task is in status all other statuses then open.
But how do i make the sub-task to also set the open sub-tasks to Done?
Hi @Jesper F try the below
Add a hidden “any → Done” transition for sub-tasks
Now Automation can take any sub-task—including Open—straight to Done.
Automation rule (Jira Cloud / DC with Automation app)
Trigger: Issue transitioned
Condition (Optional but recommended):
Branch: For Sub-tasks
Inside the branch:
Make sure the Automation for Jira user has the Transition Issues permission via the atlassian-addons-project-access project role (default is usually OK).
Hope this helps 😊
Worked after i edited the workflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Keep rocking @Jesper F !!!!
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.