Rally Software

Expand all | Collapse all

Portfolio Item Feature - Release.ReleaseDate Query Error

  • 1.  Portfolio Item Feature - Release.ReleaseDate Query Error

    Posted May 17, 2018 05:37 AM

    Hi, 

     

    I am getting querry error 

    Invalid format: "Release.ReleaseDate"

    when trying to use the following query (Type: Portfolio Item Feature):

     ( PlannedEndDate < Release.ReleaseDate )

     

    Appreciate your help. Thanks !  



  • 2.  Re: Portfolio Item Feature - Release.ReleaseDate Query Error
    Best Answer

    Posted May 17, 2018 05:51 AM

    Socha,

     

    You may only write queries that contain a field name on the left of the operator, and a value or date variable on the right side of the operator. For example, the query (CreationDate < AcceptedDate) is invalid, because both CreationDate and AcceptedDate are queryable fields listed in the Web Services API documentation.

     

    You will need to enter a date in place of the Release.ReleaseDate.

     

    More information about queries is available here:

     

    Build App Queries | CA Agile Central Help 



  • 3.  Re: Portfolio Item Feature - Release.ReleaseDate Query Error

    Posted May 17, 2018 06:01 AM

    Thanks.