Rally Software

  • 1.  How to add a milestone using API

    Broadcom Employee
    Posted Dec 02, 2016 03:26 PM

    I m creating a defect with all possible fileds using rally api.

    I succeded in doing that but was unable to add the tag value as well as milestone.

    Tried several ways like using the object id, url of the millestone but had no luck.

     

    Can anyone suggest?



  • 2.  Re: How to add a milestone using API

    Posted Dec 06, 2016 04:27 AM

    Since Tags and Milestones are collection objects you will need to create those collections first.  What programming language are you using?  There is an example of adding Tags using .NET on Stack Overflow here.

     

    If you let me know the programming language, I may be able to provide some further examples.

     

    Michael



  • 3.  Re: How to add a milestone using API

    Broadcom Employee
    Posted Dec 08, 2016 12:16 AM

    i am using AppTest which is CA's internal tool and most of my code is related to javascript!



  • 4.  Re: How to add a milestone using API

    Posted Dec 08, 2016 04:42 AM

    OK, while the example is in .NET, the steps would be the same with Javascript.  I'll see if I can find a Javascript example, but you may be able to work it out following the example posted.

     

    Michael