I'm using JIRA SD automation to transition a linked issue based on previous status. The custom field I've created does show the correct value for previous state, but when I put in the IF statement;
"CustomField" !~ "State"
It accepts the statement, but doesn't actually do anything when the condition occurs.
Did you check the log on the automation to see if it failed?
No errors are showing for it in the logs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found the solution, there was a condition in the workflow for the transition I was trying to trigger that was blocking it. JSU function that should have hidden it only from the user also prevented it from working. JMWE version works fine though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great....mark this as answered, and it's a great reminder that the automation of workflow transitions will still respect any conditions that are in the workflows.
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.