I am currently using template Epics that contain multiple tasks and subtasks. I often need to clone these Epics, but I don’t want to clone all subtasks every time—only some of them based on the scope of the work.
Right now I’m using the Deep Clone app, it can filter which subtasks to clone via JQL, which works, but I’m wondering if there are alternative approaches.
Specifically, I’m looking for a way to:
Are there any built-in Jira features, automation rules, or other marketplace apps that allow cloning Epics with the ability to selectively include subtasks without relying on JQL filters every time?
Thanks
Hey @Ahmet Fatih Ayyıldız ,
You could probably create an automation for this with a combination of manual trigger that 'requests input'.
Here's an example
|
Trigger |
Cloning an Epic |
Storing Epic key |
Creating 'child item' |
This actually only clones Epic and creates new child items (not cloning existing ones) > meaning you're actually creating those 'templates' within the automation rule. The same could apply to the Epic, so you wouldn't just clone that but use the create action.
In the end, when you would trigger this rule, the prompt could look like this:
So again, it's not actually cloning but selecting 'what to create', but I believe you get the point.
It could definitelly be improved a bit, but that's like the first thing that popped into my mind when seeing this.
Here's one official article about cloning: Automation: How to clone tasks/stories along with their sub-tasks
On top of that, there's an open feature request to improve the clone option in Jira: JRACLOUD-5052: Allow different "Clone Issue" options
Hope this helps.
Cheers,
Tobi
Cloning template Epics with selective subtasks isn't native in Jira Cloud Standard, as clone operations are all-or-nothing for hierarchies. For best choice, you can try out few apps below:
1. Clone Expert for Jira (Paid, free for instances with less than 10 users)
2. Easy Clone for Jira Cloud (Paid, free for instances with less than 10 users, but I think the pricing is lesser than the above one)
Deep clones Epics/subtasks while maintaining relationships. No direct selective UI, but pre-configure via templates or filters (less flexible than Clone Expert, but simpler if subtasks are grouped by labels).
But, you can try the below guide but it is not ideal for interactive. You can try automation but it's limited as 100 runs per month:
You can refer to the below link:
Best,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ahmet Fatih Ayyıldız , thanks for your post.
You could use Automation for something like this, for example, you could use an automation rule like this one, that when a certain type of Epic is created, so maybe a specific custom field is flagged, to create a series of tasks / sub-tasks - https://www.atlassian.com/software/jira/automation-template-library/rules#/rule/112180
Deep Clone, as an app dedicated to this purpose, will have more functionality than the out-of-the-box automations, but I would encourage you to have a look at the automation template library, do some tests and see what you think.
When you have more details, please write again if you need more help or advice.
Cheers
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.