Rally Software

  • 1.  creating a user story under a Team feature by using Rally API

    Posted Mar 21, 2019 03:56 AM

    Hi,

     

    I am trying to create a user story under a given team feature using the rally API.

    Could you please help me on this by sending a sample request and URL.

     

    At this moment I have a team feature like TFXXXXX and under this, I want to create a user story.

     

    Regards,

    Ananta



  • 2.  Re: creating a user story under a Team feature by using Rally API
    Best Answer

    Broadcom Employee
    Posted Mar 21, 2019 02:40 PM

    Hi Ananta,  My Put command from Postman looks like this:

    {"HierarchicalRequirement":{
    "Name":"My Story",
    "PortfolioItem":"/portfolioitem/feature/294904625648"}
    }

     

    I also specified the workspace and project as query parameters to make sure that it goes where I want it.

     

    -Edwin



  • 3.  RE: Re: creating a user story under a Team feature by using Rally API

    Posted Jun 04, 2019 10:29 PM
    What kind of authentication did you guys use? ​