Rally Software

 View Only
  • 1.  List of Rally standard fields

    Posted Sep 03, 2020 11:32 AM
    Hi,

    Is there any way to get list of all standard fields available at Project/userstory/defect level.

    ------------------------------
    Thanks,
    Divya
    ------------------------------


  • 2.  RE: List of Rally standard fields
    Best Answer

    Posted Sep 04, 2020 10:02 AM
    Hi Divya,

    That is available via the Rally API:  https://rally1.rallydev.com/slm/doc/webservice/

    Click on object type in the left-hand nav and it will show you all the fields for that object. Any field with c_ at the beginning of the name is a custom field.

    Hope that helps!

    ------------------------------
    Terry Ginzburg
    ------------------------------



  • 3.  RE: List of Rally standard fields

    Posted Sep 04, 2020 10:35 AM

    Hi Divya, have you tried using the Rally API Test site (here)
    For User Story as an example: select "HierarchicalRequirement" from the left hand menu
    Enter a query for a valid User Story: (FormattedID = US00001)
    Ensure that both "Fetch full object"' and "Beautified JSON output" are checked, then click "Query"
    The JSON response you get back will contain all the fields for User Story.