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.
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".
I hope this helps!
Best,
Marita from support@eazybi.com
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
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.