You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I want to use the automation rule to generate a subtask label that includes the parent task's label followed by a dot and the subtask's number. For example, if the parent task's label is "1.2.3" and the subtask is the first subtask created under that parent task, the subtask's label will be "1.2.3.1". If the subtask is the second subtask created under the same parent task, its label will be "1.2.3.2", and so on.
I used automation rules and smart value as below but got an error.
Would you please guide me in this regard?
Thanks,
Nasim
I used this smart value and it worked properly.
{{issue.parent.fields.labels}}.{{issue.parent.fields.subtasks.size}}
The first part represents the parent task's label and the second part represents the number of subtasks currently associated with the parent task. It dynamically generates a number based on the count of subtasks. For example, if the parent task has 3 subtasks, the value would be "3".
I have been unable to replicate this entirely. I can replicate the parent label and period, ".", but not the 'size' part to create essentially a WBS on the child issue. Are you able to provide further steps to clarify if it is something I am missing?
Thanks,
Danny
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.