This configuration will clone the sub-tasks when you're cloning based on a trigger.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Ben Stuart -
When I try this (in Jira Cloud Premium), the new Sub-task shows up among the children of the original Task rather than the children of the Task's new clone. I can verify it in the XML export of the new Sub-task; i.e., the key in the <parent id="integer">key</parent> node is that of the original Task.
In a subsequent Edit Issue action, I modified the parent attribute in the Advanced Field editing control by creating a variable 'myParentKey' then using the JSON { "parent" : "{{myParentKey}}" }. I verified that it succeeded: the XML export of the new Sub-task had the parent node set to the new Task's ID and key.
However, the new Sub-task clone still shows up in the original Task's children.
Can you please verify that your suggestion from April 30 2020 still works?
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Buenas tardes,
Si necesitan clonar subtareas de un issue especifico a otro, pueden hacer lo siguiente:
¡Me funcionó bien!
Saludos.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Nick,
I did it with 2 rules but I have an another problem...The subtask have links between them (block by etc...) and when I clone the subtasks the links are not clones...I lost all my links, too bad.
Do you have an idea.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately we can't clone issue links yet.
We are tracking this at: https://codebarrel.atlassian.net/browse/AUT-162
You can add the links to the description of the issue or asa comment, not perfect but it is workable.
Cheers,
Nick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I need to do the same and wanted to know which combination of rules you used to clone botht the issue and the subtasks?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Nick,
It in not exactly what I would like to do.
"When I create an issue A then I clone an issue B and for this issue I clone their sub-tasks...and I delete the issue A"
But I can not add "And:For Sub-tasks" in the JQL branch...
See the the screen shot below
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Nick,
I'm sorry to answer you so late...
I've tried to do what you told me but it is too difficult...I'm not an expert yet in the pluggin settings.
For example...I have a trigger "When: Issue commented" and an action "Then: Clone issue into same project and same issue type"...after that I don't know what to do to clone the subtasks of the task...sorry.
Cheers,
Olivier
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oliver,
I tried the following locally and it succesfully craeted clones sub-tasks.
Let me know if you get it working.
Cheers,
Nick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nick,
I came across this awesome workaround when looking for options to clone a task along with it's children. Unfortunately, when I try the same rule with the given advance settings, I'm getting the following error for sub tasks cloning piece.
Error - creating issueIssue type is a sub-task but parent issue key or id not specified. (issuetype)
Could please assist me on this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anil,
Best to raise a support request with this one so we can figure it - https://codebarrel.atlassian.net/servicedesk/customer/portal/1
Cheers,
Nick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Was this issue ever resolved? I'm successful when attempting the above, but I'm seeing that the resulting subtasks are created in the reverse order as compared to the original list, which is problematic for our use case. In attempting to overcome this using JQL to 'force' the Rank order, I then get the same error message Anil reported.
Thanks!
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.
Oliver,
We are tracking the ability to clone subtasks automatically at - AUT-335
In the mean time, you can mnaully loop over the sub-tasks of the original issue and clone these. You will need to overwrite the parent in the advanced section with:
{ "fields": { "parent": "{{createdIssues.first.key}}." } }
This will set teh parent of teh cloned issue to the first issue created in the rule - in this case the original clone.
Let me know how you go.
Cheers,
Nick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Nick,
Unfortunately, this (great) workaround no longer works. It now returns an error to the Audit log:
CREATE ISSUE
Error creating issue Issue type is a sub-task but parent issue key or id not specified. (issuetype)
Regards,
Olena
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are a number of add-ons that can do this, with varying features. You will need an add-on of some sort to do this, though.
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.