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
I want to group the sub tasks with specific task types - so the i can split product and dev in a way easy to group
Hi @Saranya J , thanks for your question.
You should be able, using automation, to trigger the creation of a set of Subtasks on the creation of different issue types.
You could have a rule like
Trigger - Issue Creation
Condition1 - Issue Type = Story
Action - Create 3 Subtasks
Else
Condition 2 - Issue Type = Development Task
Action - Create 2 Subtasks
I always suggest people to check out the automation library, Jira automation template library | Atlassian, to see what is possible and then to test in a test project or environment.
I hope this helps.
Cheers
Thanks for the update using the above can I get the below output like
for a Design task I need the following subtasks to be created
Task: Design
subtask of design: Research
subtask of design Ideation
Task: Bugs
subtask of bug: UI bug
subtask of bug: Int bug
I dnt want sub task of designs should appear in sub task of bugs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Saranya J , thanks for your comment. Yes, it should be possible with automation to program the creation of the subtasks you want.
Please check out this example - https://www.atlassian.com/software/jira/automation-template-library#/rule/112180
Cheers
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.