Rally Software

  • 1.  Custom List dashboard-Query

    Posted Jul 16, 2018 02:29 AM

    Hi,

     

    I created custom list dashboard to get the all US, now i want to add query to get the US list for specific features.

    all US are linked to feature by parent.

     

    I tried to to run query (Parent contains  "1183") and got error Cannot parse object reference from "1183"

     



  • 2.  Re: Custom List dashboard-Query

    Broadcom Employee
    Posted Jul 16, 2018 04:30 PM

    Hey Batya,  If I'm reading this right, you want the parent with a formatted ID that contains 1183 (Such as US1183), is that right?  If so, you can do this to get the parent's formatted ID.

     

    (Parent.FormattedID contains "1183")



  • 3.  Re: Custom List dashboard-Query

    Posted Jul 17, 2018 02:11 AM

    Hi,

     

    I want to get the all FormattedID  that have Parent (features) that contains "1183"

     

    Thanks.



  • 4.  Re: Custom List dashboard-Query

    Posted Jul 17, 2018 06:58 AM

    Batya,

     

    To get Stories attached to Features whose FormattedID contains "1183" then,

    ( Feature.FormattedID contains "1183" )

    should get you what you need.

     

    Michael