How can I create a title in the EPIC and have the same title auto populate for each child issue in order to avoid having to manually enter the tile each time?
For that, you will need to create an automation following this idea.
I did tests and it worked perfectly here.
Basically you will create an issue with any summary and in the create screen, you will need to point to it already Epic.
Once the issue is created containing the epic link, Jira will copy the Epic Summary value to the child issue
Hope this helps.
Regards,
Fernando
Hi Fernando
Thank you for reaching out.
I tried it and the problem is that EPIC names cannot be blank when creating them, so I had to enter a letter or symbol. My goal was when I created an EPIC, I wanted 6 issues to autogenerate along with the same names matching. Would that make a difference?
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.
Yes, this is possible. See automation:
You will need to use the trigger of "Issue created" and the condition of "Issue type" > Equals > Epic;
Then add a branch for Current Issue;
For each issue you want to create, you must add an ACTION with "CREATE ISSUE". If you wanna 6 issues, you need to configure 6 actions inside branch
Select the project and issuetype;
In Summary change the value to "Copy from trigger issue";
And add the field "Epic link" and in it also put the "Copy from trigger issue".
This will ensure that the issues will have the summary copied and will be automatically added to the new Epic created.
Regards,
Fernando
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.