I created the following rule – screenshot below:
Problem: I'm getting the following error
Action details:
Issue condition
The following issues passed:
XXX-586JQL condition
No subsequent actions were performed since JQL condition did not pass due to error running JQL:
"(key = XXX-586 AND (filter=10010))" - A value with ID '10010' does not exist for the field 'filter'.
Have you tried writing the full JQL statement in your issue matches JQL condition instead of referring to filter = 10010? I assume:
fixVersion != earliestUnreleasedVersion()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
While that is a work around it's not a "fix"
In case you want a single filter so that you have a single copy of your JQL to protect against future updates (and avoid them accidentally only being updated in one location)
Then look at the permissions on your filter. Make sure it's shared with the user who is running your automation. In my case I had to explicitly add the "Automation for Jira" user then it worked.
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.