Hello,
I have an epic which triggers once it transition to another status. There are conditions that check the status of the Epic. Under each condition there are two actions. The first action is to create a number of tasks. The second action is to create subtasks (child tasks) under the tasks created in the first action.
The problem now is that the second action never happen. The tasks are created but their child tasks are not created. I used branching under the first action (which is the create tasks) to apply the second action on the tasks (which is the create subtasks), but this seems to not work this way. What could be the problem ?
Also i have a question that came to my mind while working on this; is it obligatory to have a trigger or a condition to apply an action?
Can you share the rule screenshot for better understandings?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In this rule you are creating a task inside epic then by using branch you are creating a subtaks which is inside epic as well, If you want to create subtask inside the task then after creating a task you have to use branch of Recently Created issue then create subtask in it.
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.
Thank you it worked. I always misinterpret the description of conditions and actions. It's not straightforward for me.
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.