Is there a way where some mandatory stories are created by default whenever a new epic is created. These stories will be structural and can be later enhanced by the assignee.
Hey @Mithun Ganguly ! Yes, there is. You can create a automation that run when a issue is created and add stories as child issues. See this example below.
Welcome to the Atlassian Community.
You can create an automation rule or add a post function in your workflow.
Go to project settings>automation
Automation will be like-
When issue created
IF ssue type = epic
Then create story 1
Story 2
Story 3
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.