Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Filtering issues and fix versions

Deleted user August 13, 2019

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

2 answers

2 accepted

0 votes
Answer accepted
Muhammad Ramzan(Atlassian Certified Master)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 13, 2019

@[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

https://jqlsearchextensions.atlassian.net/wiki/spaces/SEARCH/pages/30497099/JQL+Reference+Server#JQLReference(Server)-Versions

Deleted user August 14, 2019

ok, thanks for the response

0 votes
Answer accepted
DPKJ
Community Champion
August 13, 2019

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'.

Deleted user August 14, 2019

ok thanks for the response

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events