When i change the status of an Epic from "Backlog" to "Genehmigt" I want the Tasks and Sub-Tasks to also change from Backlog to Genehmigt.
Sadly Jira automation doesnt detect Sub-Tasks in my case, only the Tasks.
Welcome to the community.
This can't be achieved in a single rule, this as branches run in parallel.
So you need to create a second rule that iterates over the child issues and then branch out to transition to sub-tasks.
Due make sure to check the box: This rule can be triggered by another rule
So you current rule the child issues are still processing, while the brand that wants to transition the sub-tasks is also running.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.