Hi, I am looking to clone epic, task, subtask to a new project - i have this working successfully (with help from this forum - TY)
However when the tasks clone the parent link is not maintained and hence they clone as orphans in my new project.
I have used a smart value to hold parent.key value but this does not seem to be applied to my tasks. Any idea what i'm missing / doing wrong. Apologies i'm a bit of a newbie
My Rule:
Clone component:
Without seeing your entire rule, I suspect this is caused by your branches. Please consider posting an image of your entire rule and the audit log details, as that will help confirm that. Thanks!
Until then...some information to help:
Stuff that happens in a branch, stays in the branch. More specifically, branches on one-and-only-one-issue run "in-line", as if there was no branch. Branches that could be on more than one issue/thing run asynchronously and in parallel. There is no guarantee of when the branch will finish...right up to the last step of the rule!
What this means is that if you created that variable to hold the new epic's key inside of a branch on more than one issue, the variable will not be available outside of the branch...even on the next branch loop.
But...if you created it in a branch on one issue, there is a work-around that may work, like this:
If you post the image of your rule, the community can try to help.
Kind regards,
Bill
Hey @Bill Sheboy apologies for the delayed reply. You're correct the issue was with the branches i was not aware that variables were specific to a particular branch.
Thanks for the above - v helpful. Your work-around has provided me with what i need to resolve the issue
Thank you very much
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I confirm this worked for me, thanks Bill!
Here is an example of mine to illustrate
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Michael Da Costa,
I'm not 100% sure why it isn't working for you. But my best recommendation as a first troubleshooting step would be to add a log action step:
And provide the smart value you created. Then check the audit log when you run this automation rule to make sure that you are getting the value you expect in that smart value.
Knowing if that is correct or not is your best first step to solving this issue.
I hope that helps!
-Jimmy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Jimmy Seddon thanks for your help.
Looks like my issue was due to the branch - i was trying to pass variables between branches (not allowed)!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's good information to know! Thanks for following up!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.