Forums

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

EasyBI: Filter 'Fix Version' = No Version

Annette Steinrücken October 13, 2025

Hi
I am trying to create a gauge showing how many Defects are without Fix Version.
I can choose all kind of versions, but there is no option for 'No Version'.
I am only interested in Defects not assigned to a version as I calculate across many projects.

2 answers

0 votes
Marita Burgio October 13, 2025

Hi @Annette Steinrücken

Thanks for posting your question!

You can select "By status" -> "Status" hierarchy level member in the Fix Version dimension. It allows you to filter by "no version" member.

Additionally, you can add "Issue type" to the Page filters to filter by "Defects".

Fix_version.png

 

I hope this helps!

Best,
Marita from support@eazybi.com

0 votes
Valerie Knapp
Community Champion
October 13, 2025

Hi @Annette Steinrücken , thanks for your post.

You might need to filter the JQL in the account where you want to see this gauge with something like this

type = Bug and fixVersion IS EMPTY

(with defect instead of bug)

Would that work for you?

Best wishes

Suggest an answer

Log in or Sign up to answer