Hello!
I'm looking for assistance with the best method to copy an existing Epic and all of the related sub-issues of that Epic as a new Epic such that it maintains all issues as well as all of the Linked Issues. However, I want the Linked Issues to be related to the newly created issues and not that of the template Epic issues.
I already have:
I do not have:
Someone had suggested adding labels on the issue that Blocks the Blocked by issue. This seems tedious and not overly maintainable. Each ticket needs the label added as well as updating the rule for each.
For example:
I am not an administrator and will need to do this through the Jira automation UI. This is, at a high-level, how this is setup today.
Thank you for your assistance!
Hi Craig,
I would recommend the Deep Clone app in the Atlassian Marketplace.
Welcome to the community, @craig_hill. And thank you for recommending Deep Clone for Jira, @John Funk.
It's indeed possible and quite easy to copy an Epic Template with Deep Clone for Jira. You can read more in our documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @craig_hill
If you're seeking for an easier way to clone issues with their linked issues, you can try our app Elements Copy & Sync that allows you to clone and sync a full hierarchy of issues with all their content (summary, description, custom fields, comments, attachments, etc).
You can check our guide here.
The app is for free during 30 days (and it stays free under 10 users).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I have created 9 automations that do this.
1. Create Epic
2. Create Monthly Tasks and Assign them
- If any tasks were blocking each other and were right before/after each other then I add in the linking here.
3. Add in Checklists (spread over two automations due to length)
4. Add in the dependencies (spread over two automations)
Please let me know if you want more detail happy to help more.
https://community.atlassian.com/t5/user/viewprofilepage/user-id/5556682
https://community.atlassian.com/t5/user/viewprofilepage/user-id/5556682
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @craig_hill -- Welcome to the Atlassian Community!
It is theoretically possible to use several automation rules to clone many parent / child issues and relink them correctly. Although, and IMO, such solutions are brittle as they are prone to timing problems from branching, waiting for issues to be created, handling errors, etc. The "trick" is ensuring all of the issues are created before any linking starts, and that often takes multiple rules executing over a window of time.
These difficulties are one reason why there are several marketplace apps to provide advanced cloning scenarios.
Another approach is to use a CSV import to create the issues, and then use an automation rule, checking things like those tags you described, to link them.
Kind regards,
Bill
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.