Hello! I have the following very simple looking JQL which I would expect to pull all issues from the indicated project which do not have a released version. Please note that the field is a CUSTOM version field - i have a similar query that works just fine in another project that uses the out-of-the-box Fixed Version field.
project = "Information Technology Innovation" AND ("Innovation Version" is empty OR "Innovation Version" is null OR "Innovation Version" in unreleasedVersions()) ORDER BY Rank ASC
The "unreleased version" issues show up, but I can't get the issues with no version tagged to them yet. I would welcome any feedback if someone can suggest something I might be overlooking.
Thanks for any help!
Judging by the JQL query that you've provided, it should work out for you. This is because the query checks for all issues and filter them out when the "Innovation Version" field is empty, null or has an unreleased version set to it.
Hmm. Interesting. It wasn't working yesterday - I'm pretty sure I wasn't hallucinating. But it does seem to be working now. Perhaps I was doing something else wrong. Sorry to waste your time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No problems, Nicolas. I'm glad to hear that it all went well for you! :)
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.