Rally Software

  • 1.  looping in queries

    Posted Apr 30, 2015 09:29 AM
    As a form of quaility checking we require some Tasks to have the word "Review" in their names. Users mark this Task as completed when they are done with the UserStory.

    I need to make sure that all User Stories have these "Review" Tasks in them. I think I have to do something like this:

    For every User Story that does not have a Task with "Review" in the name, write to a report the User Story name and Owner.

    So to me I have to loop through all the User Stories and then all the Tasks for the User Story. Problem is, I don't know how to do this using the query tools in Rally or in the Excel Add-in.

    Can anyone give any guidence on this?