I am writing an automation where I need to validate, upon reopening an issue, that if the resolution that was set on the issue previously was "Fixed" or "Accepted" then do actions 1 through 5. Else, do actions 1 through 3.
I have attempted to do an advanced compare where the first value was:
{{#changelog.Resolution.fromString}}{{/}}
the condition was a regular expression
and the second value was: (Fixed|Accepted)
The first value is returning nothing in my log statement so that isn't working. I am thinking that this is a list, and I need the newest item from the list.
Am I on the right track?
Hi @Malka Jackson [Isos Technology],
I may be getting it wrong, but wouldn't a JQL condition with "resolution WAS IN (Fixed, Accepted)" work in your case?
Cheers,
Melo
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.