I'm having issues trying to get the Rally WSAPI to update the "Release" field via rest calls.
- I know the uri for the Release and user story
- I know the security token
- I am logged in (w/cookie)
Sending it the following via POST:
{"HierarchicalRequirement":{
"Release": "/release/12345678901"
}}
or
{"HierarchicalRequirement":{
"Release": "https://rally1.rallydev.com/slm/webservice/v2.0/release/12345678901"
}}
I'm getting the following response back:
{"OperationResult": {
"_rallyAPIMajor": "2",
"_rallyAPIMinor": "0",
"Errors": [
"Could not set value for Release: Could not set release for the parent object directly"
],
"Warnings": []
}}
Anyone been able to set their userstory to a Release ref object?
Thanks in advance.