In the browser REST client, try POST:
https://rally1.rallydev.com/slm/webservice/v2.0/defectsuite/22222/defects/add?key=abc123...
using this request body:
{ "CollectionItems": [ {"_ref": "/defect/3333"} ] }
For more information on how v2.0 works with collections, see the Collection section in the WS API documentation .
Also note that you must first create an authorization key:
https://rally1.rallydev.com/slm/webservice/v2.0/security/authorize
You will return the string
{"OperationResult": {"_rallyAPIMajor": "2", "_rallyAPIMinor": "0", "Errors": [], "Warnings": [], "SecurityToken": "abc123..."}}
nickm source share