Rally Software

  • 1.  Rally objects usage in Custom Lists

    Posted Jun 15, 2018 10:48 AM

    Need help with Custom List queries dealing with objects. I would like to know the list of child elements I can use in a multi-select filter object so that I can see whether it is populated or not by checking that field against null.

     

    Can some one list the various child elements of a multi-select filter custom field (like that "Tags" object)



  • 2.  Re: Rally objects usage in Custom Lists
    Best Answer

    Broadcom Employee
    Posted Jun 15, 2018 11:03 AM

    Hi Rama,

     

    I'm not sure you can filter an element such Tags against the value Null (no value) from the app itself. It seems to me that when trying it you can only select from a drop-down of the tag values you have.  However, if you go to the app's settings then you can include a Query for: (Tags.ObjectID > 0) . This filter returns only the artifacts that have associated Tags. You can then later apply additional filters in the app. In the same way you can change your settings again and run another query against another field.

     

    Let us know if that helped.

     

    Thanks,

    Sagi



  • 3.  Re: Rally objects usage in Custom Lists

    Posted Jun 15, 2018 11:40 AM

    OK that helps! I have to use the "Contains" operator to check against Null.

     

    Thanks for quick response



  • 4.  Re: Rally objects usage in Custom Lists

    Broadcom Employee
    Posted Jun 15, 2018 12:16 PM

    Thanks Rama. Glad it helped.

     

    Sagi