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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.