Hi,
I have a need to automatically clone an Epic and task/subtask under it. Because we can't clone epic I wrote an automation rule.
so I created Manually trigger rule Where it will create an epic/task and subtask.
I was able to link Task to EPIC using the following JSON
{
"fields": {
"parent": {"key": "{{issue.key}}"}
}
}
but no matter what I do I can't link subtask to TASK. Help Please
Error I get
Error creating issueGiven parent issue does not belong to appropriate hierarchy (parentId)
Hi @Neetu Verma
Cloning spanning 2 levels seems easy (epic to task, or task to sub-tasks). Cloning spanning 3 levels (epic to task to sub-tasks) isn't possible yet with one rule. There are suggestions to make the cloning of sub-tasks easier:
https://codebarrel.atlassian.net/browse/AUT-335
https://codebarrel.atlassian.net/browse/AUT-162
You may be able to do it with multiple rules:
Please see this post to get ideas how the linking of sub-tasks might be done:
Best regards,
Bill
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.