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
Hello,
I created an automation to create a set up standard subtasks every time an issue in a specific project is created. This works very well but there are 40 subtasks and I would like to break it down more by having the main issue with 5 linked issues that have their own set of subtasks. I've tried using branching but I cannot nest them. Is there another way to accomplish what I am trying.
Thank you
@W Abood unfortunately Jira does not allow you to create subtasks under subtasks, so you'll have to use a different issue type for the 1 main and 5 linked. You may be doing this already, it's not very clear.
For creating the appropriate nesting, you'll have to perform multiple automations that are dependent on the first. Example: 1 Epic > 5 Stories > 34 sub-tasks. You'll need to build automation something like this:
This will create the appropriate nesting while keeping all of the creation in automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @W Abood
With that many subtasks to create, you have a couple of options...
For the first method, try using branches to the most-recently-created issue, like this:
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.
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.