Associating an Investment to a Portfolio Item through the API
search cancel

Associating an Investment to a Portfolio Item through the API

book

Article ID: 223302

calendar_today

Updated On:

Products

Rally SaaS

Issue/Introduction

Investments are collections so it expects a JSON object to be supplied to the attribute as opposed to a singular item. Also, because its a collection if you want to add an investment to an item with an existing ones you will need to include both the existing ones and the ones you want to add. If you don't the existing ones would be removed and only the new ones will be added. I have attached a screenshot as an example.

Environment

Release :

Component :

Resolution

Here is an example:

{
"Feature" :{
"Investments": [
{
"_ref": "/investment/<INVESTMENT_OID>"
}
]
}
}