The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Marita Burgio - eazyBI support
Contributor
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

Annette Steinrücken
November 11, 2025

Hi,
thanks, this is a step on my way.
I want to create a user defined measure and need to phraze like: 

(
[Measures].[Issues created],
[Fix Version].[Version].
)

But how to address just no version?

Marita Burgio - eazyBI support
Contributor
November 11, 2025

Hi @Annette Steinrücken

To reference issues with no fix version in your calculated measure, use the following syntax:

(
[Measures].[Issues created],
[Fix Version.By status].[(no version)]
)

 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

TAGS
AUG Leaders

Atlassian Community Events