Well... Well... Thank you so much! I tired a lot of things and that right there was exactly what I was looking for in the solution.
------------------------------
CJM
------------------------------
Original Message:
Sent: Nov 19, 2024 12:28 PM
From: Kristy Corkan
Subject: Query Milestones in Custom List 2.0
@Chris Mackin Count is not a queryable attribute on the Artifacts collection, but you should be able to use the query (Artifacts.ObjectID = "") to return Milestones with no artifacts.
------------------------------
Kristy Corkan
Rally Product
Original Message:
Sent: Nov 19, 2024 10:30 AM
From: Chris Mackin
Subject: Query Milestones in Custom List 2.0
I have an audit using the Custom List 2.0 App. I have set it to filter on Milestones. I would like to build a query that will allow me to find all milestones that do not have Artifacts assigned. Online I found a post that suggested (Artifacts.Count = 0) in the query box of the app. I tried this and I am getting "Could not parse: Attribute "Count" on type Artifact is not allowed in query expressions". Any suggestions would be greatly appreciated.
------------------------------
CJM
------------------------------