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.
Team,
May I know if there is a way to create tasks automatically when I create User story in JIRA.
Scenario:
I want to have generic tasks created for every user story as below ex:
Design
Coding
Unit testing
Test case writing
Test case executions
Thanks
Neeraja
Hey Neeraja and welcome to the Atlassian Community!
I am sure you can do that in an automation rule. You would have the trigger to be issue created and a condition that the type is a user story. Then you would have actions of create issue for each task you want to create and then after each create you would have a link issue action which links the user story with your most recently created issue.
Trigger: Issue Created
Condition: Type == User story
Action: Create Issue
Action: Link Issue (to most recently created issue)
Repeat the last two actions for every issue you want to create
Thank you Marios. Will give a try as per your suggestion.
Appreciate you time in responding to my query.
-Neeraja
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.