I have an epic and I'm creating an automation to create a number of standard tasks below it that include the summary of the epic as part of their summary. So it would be:
Epic Summary: "Tutorial Video"
Task 1: "Script for {Tutorial Video}
Task 2: "Screenshares for "{Tutorial Video}"
...etc
It's important for me to have the epic name in the Summary, since otherwise I end up with many tasks with the same summary that I can only tell apart because of their issue key and epic.
Can anybody help?
Hi, @Jaime Capitel _resolution_
When creating tasks, add to summary such variable: {{triggerIssue.summary}}
For example, for tasks in your post it will look like
Script for {{triggerIssue.summary}}
Screenshares for {{triggerIssue.summary}}
Awesome! Thanks Evgeniy. I was trying by creating a smart value but I will test this first since it should work straight away!
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.