I have an automation that is supposed to copy some fields when an issue is created if the linked issue (where it's getting cloned from) is in a certain project. I think there's a timing problem where the link isn't present at the time the rule gets run so the fields aren't copying.
Now I'm trying to create an automation that says if the issue transitions from status A to status B then create an issue in a different project and copy fields. BUT, I have two transitions from A to B (already in development/send to development). Only in one of those transitions should the automation run. I cannot figure out how to find the actual transition option, not just the change in status.
Do I have to redo everything (workflow and automation) or is there a way to find the actual transition used and apply it to an automation rule?
Regarding the first rule you note and the timing issues, there are definitely race-track conditions in the automation rules due to the asychronous processing, particularly after the create issue trigger.
One work-around I use is to put a Re-fetch action immediately after the trigger. It does slow the rule down a bit, but it helps to give the issue a chance to fully load before you try to use it.
Best regards,
Bill
Hi Sigrid,
Maybe you could add a Condition before the transition to check for the same type of conditions you have on the two different transitions to B.
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.