We have two projects one project we have template tickets feature->epic->story
second project when ever an initiative is created and a manually automation is triggered we need to copy all the tickets from template project and have them as children of Initiative.
initiative->feature->epic->story.
Hi @madhu kiran !
Why not add links to the original "template project" features under the initiative in the second project?
I say this because if you clone the work items, you'll have duplicates of the same work which will not be synced with the original work items adding overhead and future sync issues (when field values, comments or status changes on the original work item)!
Hi @Hardik Babbar ,
for every initiative we have to the have the tickets with some default details, so once it is cloned it will be changed according to the requirement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, gotcha! Unfortunately, I wasn't able to find a way to do this within one automation, maybe API can be used.
One workaround I can think of is using two automations:
First: Manual Trigger from the second project's Initiative to clone all features. Add a link "is cloned by" to the original feature.
Second: Automation Trigger when a Feature is created and has a link "is cloned by" to loop through all related Epics in the first project.
Now there are a few points to note here:
1. The second automation needs to have the Checkbox checked to allow it to run from other rule actions.
2. The "is cloned by" link can later be removed within the second automation as well.
Again, just a workaround, maybe there is a better solution out there :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your suggestion, I got created rule and it is working fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @madhu kiran
Have you tried creating an automation rule? Could you share what have you created so far? It can be done; I have done that for one of our projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @madhu kiran
In addition to the questions asked by @Varsha Joshi :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Trudy Claspill @Varsha Joshi ,
1. I am using Jira cloud premium.
2. yes i have updated the work item hierarchy.
I was able to clone issues and I was able to add initiative as parent to feature,
but i am facing issues when linking epics to features.
please let me know how i can do it.
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.