Hi @alice.choi -- Welcome to the Atlassian Community!
What are you trying to automate:
Knowing this will help the community to offer suggestions. Thanks!
Kind regards,
Bill
Hi @Bill Sheboy
Thank you for the question!
Once tasks are created within epic, I'd like to find a way to link the tasks in each task in a way that triggers the next task (as shown in the second screenshot provided above). Let me know if you'd like me to clarify anything!
Thanks!
Alice
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, and a couple more questions...
How are the tasks (children of the epic) created: manually, with an automation rule, issue import, something else?
How do you know the task order? Specifically, is there information in each task to indicate what any predecessors (or successors) are? If the information is not in the issues, I am unclear how linking could be automated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The child tasks are currently being created using an automation rule.
I have attached a screenshot of my current automation setup for a task, which you can refer to.
In this automation template, we have 14 child tasks, and each task is linked to the next task through an instruction. For example, in this task, we have it set as "[{{issue.summary}} | 01 - Business Requirements and KPIs]" in the automation.
Currently, once the child tasks are created, we manually update them to use a link instead of just the text.
I have tried using smart values such as {{createdissues.get(0).key}}, {{#createdIssues}}{{key}}{{/}}, etc., but none of these seem to work for me.
Do you have any advice?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are creating all 14 issues as children of the epic in one rule, you could do what you ask.
Please note that smart values are name, spacing, and case-sensitive, so please try using {{createdIssues}} after the issues are added, or {{createdIssue}} for the most recent one.
Here is the key: you are trying link a series of issues, and so I suspect you will need to follow a pattern:
Without seeing your entire rule, it is difficult to know what else to suggest.
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.