Support for Add function in .NET Toolkit for Rally API -


i running version 1.43 of rally webservices api. have been adding test cases test sets updating test set after adding test case testcases array within test set. has been working several months, have started error: "could not set value test cases: null" first test case add new test set not error. when have 2 or more test cases in test case array error returned. contacted rally support , recommended switching v2.0 , using following:

https://rally1.rallydev.com/slm/webservice/v2.0/testset/14469862335/testcases/add?key=nnn  request body:  {     "collectionitems": [     {"_ref": "/testcase/14469885324"},     {"_ref": "/testcase/14469885842"},     {"_ref": "/testcase/14469886070"},     {"_ref": "/testcase/14469887154"} ] } 

the .net toolkit not support add far know, , don't think there way of using "collectionitems" either. wondering if functionality planned .net toolkit? if not, there way can achieve toolkit?

thanks help, caspar davey.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -