Hi ! i am setting up a new workflow like below
sub-task 1 sub - task 2 sub- task 3 sub task 4
Epic (Parent)
├── Task 1 (Child of Epic)
│ ├── Sub-task 1 (Child of Task 1)
│ └── Sub-task 2 (Child of Task 1)
└── Task 2 (Child of Epic)
├── Sub-task 3 (Child of Task 2)
└── Sub-task 4 (Child of Task 2)
I want to automate the creation of this structure, where:
Creating an Epic automatically generates Task 1 and Task 2.
Each Task then auto-generates its respective sub-tasks (as shown above).
I have successfully implemented the first two steps, but I'm struggling with how to automatically link Sub-task 1 (child of Task 1) with Sub-task 3 (child of Task 2).
Hi @Abdelhafid CHRIFI -- Welcome to the Atlassian Community!
For a question like this, context is important for the community to help. Please post the following:
Until we see those...
When creating a work item (previously called "issue"), you may branch to the most recently created one. If you do that after a Task is created, you may then use the Create Sub-tasks or Create Work Item action to add the Sub-tasks linked to that new Task. For example:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.