Hi there
I am trying to filter all issues without a fix version. The issue i have is that all our issues are given a 'launch' fix version - so i am really trying to filter all issues with only the launch fix version. I am still applying more granular fix versions to issues as they go through development so want to be able to identify those which have not been given the former. Is there any way to do this?
Thanks
Adam
@[deleted] Agree with @DPKJ its not possible right now with JIRA JQL. You need a plugin to complete your task like i am using the plugin JQL Search Extensions for Jira & reports
By using
JQL Search Extensions for Jira & reports plugin following query will fetch all those issues which have no fix version.
issue in fixVersionCountLessThan("1")
There are many other queries related to Fix Version you can look into the following documentation
ok, thanks for the response
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are facing issue which can't be solved by stock JQL (https://jira.atlassian.com/browse/JRASERVER-25901)
You have use some external plugin 'JQL Tricks' or 'Script runner'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok thanks for the response
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.