Rally Software

 View Only

 How to find defects with no suite (revisited)

Dan Herman's profile image
Dan Herman posted Jun 26, 2025 03:13 AM

I'm trying to create a page that shows all defects assigned to no Defect Suites. I followed the advice from this old answer. Specifically it suggests using a query in a Custom List app: (DefectSuites.Name = "")

That doesn't work for me currently; I get back an empty list.

Has something changed with the DefectSuites property or query behavior that would impact this? How would it be done today?