Hi all,
I have a BAU team that I want to build annual automated scheduled Initiatives/Features/Epics/Stories for. I can't seem to get the logic to work to link all the children to their parents. I can get them all to trigger to create but not link them together, can anyone help?
Pic is an example of how I want to link them
Hi Erin,
Can you share a screenshot of your rule and exactly what is not working?
Hi John,
This is what I have so far, but I know I'm doing something wrong after the creation of the Initiative, I just don't know what to select!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for sharing. You will probably need two rules. One to create the Initiative and it's Features. Then one to create Epics under the feature.
So, Rule 1 creates the Initiative like you have it. Then follow the below (note that I use Objective where you have Initiative and Initiative where you have Feature):
In the parent field of the create Feature action use the name of the variable: {{parentIssue}}
Then create the second rule similar to the first (just copy the first and modify it) except based on an Issue Created trigger and add a condition for Issue Type = Feature and another other conditions needed so the Epics only get created those Features.
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.
Great! Glad you go it working. And you are welcome!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Erin Gaunt
Are you working with Jira Data Center or Jira Cloud?
If Jira Cloud, what subscription plan do you have? Is it Free, Standard, premium, or Enterprise?
Have you modified the Issue Type Hierarchy to define the hierarchy you described?
Are all the issue going to be created in one project? Will they always be created in the same project?
Whenever you ask for help with an Automation run it will also be helpful if you provide screen images that show the entire rule plus the details of each step.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Trudy,
Working with Jira Cloud on a Premium plan.
Yes, issues are always to be created in the same, single project.
I can't get the rule to work, I've got as far as creating the scheduled Initiative and I can then create the next scheduled task of creating the feature, but I can't get the initiative to either parent the feature or the feature to child from initiative.
This is what I was working off, but it fails.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I concur with @John Funk 's suggestion for two rules.
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.