Hi all,
I have an Automation and I am trying to check on related issues that also meet another criteria (that they are not closed) but I am having trouble with the Matching JQL field.
Does anyone have any ideas what JQL I could use here?
Hi @Syd Heller
The "matching JQL" for that Related Issues condition must be well-formed JQL. That is...
<some_Jira_field> <some_operator> <some_value> ...and so on
{{issue.resolution}} cannot be on the left-hand side of the JQL as that would try to compare a value to another value.
Please try this instead:
resolution IS EMPTY
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Syd Heller Could please elaborate ? What errors are you getting ? Also Resolution is empty is different than Issues not closed .
Nicolas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure, apologies, here is the error I get:
Sure, they are not the same. For us, Resolution is empty would be sufficient, or Issue is not "Done" or "Declined" would work too if it's easier.
Thanks for the help!
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.
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.