Rally Software

  • 1.  REST API QUERY RELEASE SCHEDULE

    Posted Dec 05, 2018 09:24 AM

    Release Schedule

     

    I need the PSI schedule from the RELEASE List of Values (LOV).  What REST Query would I use to pull this list with the name, start and end dates.  I need to reference these dates in a reporting application outside of Agile Central.  To keep the list current, I would periodically re-pull the LOV or if the list has a change date, use that to query the delta.

     

    Thanks !



  • 2.  Re: REST API QUERY RELEASE SCHEDULE
    Best Answer

    Broadcom Employee
    Posted Dec 05, 2018 01:10 PM

    Hi.

     

    The Release endpoint will be the one you'd want to query using WSAPI (which is a REST call). Essentially you can get the information on your releases, you can apply a filter if you'd like. 

     

    You can learn more on the available fields of this endpoint if you go to: https://rally1.rallydev.com/slm/doc/webservice/  , then click the Release endpoint (in list on the left), then check the 'Child Elements' which has this endpoint's fields.

     

    For what you asked you can simply fetch the Name, ReleaseStartDate and ReleaseDate fields.

     

     

    Please let us know if that helped.

     

    Sagi



  • 3.  Re: REST API QUERY RELEASE SCHEDULE

    Posted Dec 06, 2018 11:36 AM

    I'll try it.  I was looking at that, yet may have mis-read RELEASE as an object within the context of the RELEASE-PROJECT collections.  It appears to be an intersection collection as my Workspace has over 5,000 of these RELEASE objects as shown in https://rally1.rallydev.com/slm/doc/webservice.  I'll give the RELEASE object a try.  I'll post-back my findings.  May take a week or two. Thanks.