Hi,
I’ve noticed that Page Filter dropdowns use an OR operator when selecting multiple values. Is there a way to return an AND?
In my example I’m using Zephyr Scale Test Case Labels as a Page Filter. I would be like to be able to select two (or more if possible) Labels here and only return values that have Label1 AND Label2…not the current behavior of Label1 OR Label2 which will return every Test Case that has both labels.
The usecase is being able to Label something in Zephyr as, for example, “Automated” and “BillingCenter” so I can produce a grid of testcases that are automated in BillingCenter (because they have both labels). Right now when I try this it brings back all testcases with those Labels