Hello,
I had this JQL query I had been using fine for a while:
AND development[commits].all <= 0 AND development[pullrequests].all <= 0 AND status IN (Done, Closed)
Today, I tried running it and received these errors:
JQL errors
It seems like this should still be supported
I also tried variations instead of <= 0 such as "IS EMPTY" and "cf[12345] <= 0" the query is not working properly.
Is this a bug or a change that anyone knows how I can change the query and have it still work?
I am interested in searching for issues that don't have any linked code changes (and also which do have linked code changes)
Thank you!
IS it possible that someone in your organization created a second development field, possibly with a different context?
Hi @Michele ~ I just tested this in my cloud environment and it still works for me. Most likely, @Kim Euker is correct that someone created another development field or added a new context to the existing one.
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.