Rally Software

 View Only
  • 1.  Usage of Web Services API in Custom List

    Posted Nov 30, 2017 02:39 PM

    Please, I would like to use some extra fields currently not listed down under the link General Query Examples | CA Agile Central Help, but located in the web services API (https://rally1.rallydev.com/slm/doc/webservice/), so I can build custom lists using some fields, such as, "Revision History Number".

    However, let me know if I have another approach to create a query and search for the "Revision History Number" in a custom list. 

    By the way, is there a way to call the API from Rally itself?

    Thanks much!



  • 2.  Re: Usage of Web Services API in Custom List
    Best Answer

    Posted Dec 08, 2017 06:13 AM

    Paulo_Rebelo,

     

    You are able to write custom apps to use in Custom HTML pages.  This allows you to use api calls to get information you need in your app.

     

    More information is available in the Help for Devlopers (https://help.rallydev.com/for-developers).  There are some examples here.

     

    You can also check on Github for some further inspiration and examples to get started:

     

    Rally Software Apps · GitHub 

    Rally Community · GitHub

    Rally Technical Services Team · GitHub 

     

    Hope that helps.

     

    Michael



  • 3.  Re: Usage of Web Services API in Custom List

    Posted Dec 08, 2017 12:31 PM

    Thanks a lot, Michael. Very helpful.