Rally Software

 View Only

  • 1.  Query Milestones in Custom List 2.0

    Posted Nov 19, 2024 11:47 AM
      |   view attached

    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
    ------------------------------


  • 2.  RE: Query Milestones in Custom List 2.0
    Best Answer

    Broadcom Employee
    Posted Nov 19, 2024 12:29 PM

    @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
    ------------------------------



  • 3.  RE: Query Milestones in Custom List 2.0

    Posted Nov 19, 2024 04:11 PM

    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
    ------------------------------