Rally Software

  • 1.  Report Syntax Question

    Posted Feb 27, 2018 12:55 PM

    I am trying to create a report to display the stories for features that belong to a team (project).  I am having trouble with the syntax and was looking for help.  I have tried (Parent.Project.OID = 45) and (Parent.Project = "Compliance"), but neither worked.



  • 2.  Re: Report Syntax Question
    Best Answer

    Posted Feb 28, 2018 02:48 AM

    Leonard,

     

    Give these a shot to see if they do the trick.

     

    ( PortfolioItem.Project.ObjectID = 45 ) or  ( PortfolioItem.Project.Name = "Compliance" )

     

    If you aren't already using the Web Services API Documentation to help with creating and testing queries, you can find it here, https://rally1.rallydev.com/slm/doc/webservice/ .

     

    Hope that helps.

     

    Michael