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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.