I have an Initiative with a small number of child epics. When triggered on the Initiative issue, I want to clone each child Epic into multiple other projects (30). Is there anyway of doing this other than cloning to each project in a long sequence.
Hi @Rees_ Ian
For an automation-based approach, rules cannot nest-branches at this time. And so possible approaches would be:
Either of the first two will cause a long-running rule execution, and so perhaps could lead to additional problems that are difficult to clean-up if the rule fails.
Kind regards,
Bill
Hi, I think you could try using JQL to return all Epics and clone them manually (changing any necessary fields). I'm also attaching a link to Issue Templates for Jira (developed by the company I work for), in case you're interested in Marketplace add-ons. With this app, you can clone the entire issue hierarchy, including each child Epic, specify target projects (even multiple different projects), and use variables and field mappings to customize each clone per project if needed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I just realized you don't want to clone each project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rees_ Ian
If you are willing to use a third party-app, you can try our app Deep Clone for Jira. Deep Clone lets you copy an entire Epic (or a complete initiative → epic → story → subtask tree) into many target projects without building a 30‑step rule in Automation.
One‑click Epic/Tree Clone from the Initiative
• Open the Initiative > ⋯ > Deep Clone > Epic/Tree Clone
• The dialog already lists every child Epic and its stories – just pick the target project, configure the data you want to clone and hit Clone. Repeat once per target project.
• Each run keeps the full hierarchy, links, components, sprints, comments, status …
Fire‑and‑forget with a single workflow transition
• Add a Deep Clone Post‑function Clone to the Initiative’s “Approved” (or similar) transition.
• Add one post‑function per target project (takes ~2 min – no need to touch Automation).
• Result: when you transition the Initiative once, Deep Clone spins up 30 parallel clone jobs – each copying the whole epic tree into its designated project.
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.