Hey all,
I have a question around why this automation is not working the way it was intended.
I have designed an If-Else tree that checks a request submitted through the customer portal if the submission is a specific type of request and if it is, clone the request to a different board and close the original submission while linking it to the cloned request.
The issue I am facing is that this automation is not cloning the data from the original submission to the cloned request, despite linking and closing the original request, indicating that the automation is completing but not as intended.
I am hoping for some clarity as to why this is not functioning as intended and any suggestions as to what I can do to resolve this would be greatly appreciated.
Below is a screenshot of the automation rule:
Hi @John McDevitt -- Welcome to the Atlassian Community!
Normally for an automation question, posting the audit log details helps to identify what is happening. Although with your rule structure, that may be difficult to follow check...
Instead let's start with some clarifying questions:
Kind regards,
Bill
Hi @Bill Sheboy-- Thank you!
To answer your questions:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for those answers, and...
Please post an image of one of the Clone Issue actions. Please note that if a field is not selected in the action, the rule will try to copy it.
If none of the fields are copied over, this could be caused by a timing / racetrack error issue. When the Issue Created trigger fires, it can happen so quickly that some issue data may not yet be available to the rule. The fix for that is to always add the Re-fetch Issue action after the Issue Created trigger. This will slow the rule a bit and reload the data before proceeding.
Next, from your rule image it appears the assignees of the cloned issues are different for the different Product values.
What about the trigger issue: is the assignee different for the different Product values? Let's assume the assignee is different for each case.
Putting this all together, try adjusting the rule to this, where I added fake values for Product:
One more thing: this rule will need to change its scope at the top to multiple-project (or global). Otherwise the assignment of the cloned issues will not work. Your Jira Site Admin will need to help with that as it is a global automation setting.
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.