I have an automation that checks the value of a custom field and if it contains "&studio-topology-override" and if it doesn't meet the condition, it should then continue to the next else if
But instead it breaks the automation and doesn't continue.
Why would it break?
Both 'else if' conditions are the same, so it will only dive into the first not into the second.
You should incorporate the second if into the else if condition, otherwise it will not skip it.
Hi @tomh
From the audit log, no errors were found, however it did say that the condition did not match. Since it's after JQL, it's refering to Good versions field which is a custom field, this means that this custom field doesn't contain the exact value that you have described.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, @tomh !
According to your audit log, there were no errors; otherwise, it would display the "some errors" message instead of "no actions performed." It seems that the automation was executed, but it didn’t match any of the conditions you configured. I suggest checking whether the issue/workitem in question meets all the conditions (for the if section and/or the if-else).
If you please share the whole automation, it will help us understand the whole context and check for possible issues (if there are any).
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.