Hello,
I’m looking for a solution to be able to view my open bugs in a test cycle but have them only be in the “To Be” state. Currently I can only present all the reported errors regardless of the status they are in.
I currently use the following code which shows me all the open errors in the Test Cycle.
“Count(
Filter(
Descendants([Zephyr Squad Defect].CurrentHierarchyMember,[Zephyr Squad Defect].[Defect]),
[Measures].[Zephyr Squad Tests defect count] > 0
)
)”
But as indicated in other comments, this code brings all the open errors that are related to a test case, but I need it to only bring those that are in the “To be” state associated with a test case of a test cycle