I have an Automation for Jira rule set up to create sub-tasks for a specific type of issue. I would like to include the name of the epic and parent task in the name of the sub-task so that the person it is assigned to know what they are working on at a a glance. For example, if there is an epic "Website" with a task "Home Page" and a sub-task "Wireframe" that is assigned to a designer, I want the summary of the sub-task to be "Website Home Page Wireframe." I have tried the following in the summary field:
In both cases the summary is just set to "Task." Is it not possible to use smart values in the summary or am I referencing the wrong values?
Hello Blair,
The smart values you used on your Automation rule has properly worked for me - It properly added the Epic and Story summaries to the sub-task. Here's the rule I executed:
That being said, I believe that something might be blocking your Automation rule. Please, check the Audit Log of your automation and check if it returns any errors.
Additionally, if the Epics and Stories are on different projects, make sure you configured your rule globally to work cross projects.
We will be waiting for your answer.
Thank you for this! Originally I was trying to set the summary in the same step as creating the sub-task, but having a separate rule also works for what I need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome, Blair!
Have a nice day!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Blair Chisholm I have the same desire to auto-create sub-task after I had created a story. I found the reason why it doesn't work if we put in 1 automation rule
While creating the subtask into the parent issue, Jira cannot get this param {{issue.parent.summary}} Jira can only work once the subtask is created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Was having the same trouble and I manage to solve it using a "Re-fetch issue data" before the subtasks creation. That way it can get the right parent summary adding some info to distinguished both.
In my case when a TASK is created, JIRA creates 2 subtasks automatically, called TASK_1 and TASK_2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want to create an Issue (i.e. Enhancement) with automated subtask creation where the subtask's summary includes the parent's summary, you will have to first create the issue, then create the subtask and rename it separatly. It seems Jira canoot do it in the creation process.
In this example, for an enhancement in this projet, a new subtask "Conduct Meeting" will created with "Meeting" as summary. Then this subtask will have its sumary renamed to "Meeting: {{issue.parent.summary}}".
I suggest you add a condition to make sure you are not renaming another subtask that may be present when creating several ones in the same project automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, that was the trick.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had the same issue and the edit has to happen 'after' the subtask are created. I was able to achieve this with the following flow:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How can i make this work for JIRA next gen project. I would like to append the Epic name to the Tasks under. Tried using the same smart values as above and it doesnt work. Please help. Thanks.
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.