RESTClient Bulk Update
Hi
I am having issues doing a bulk edit when using the RESTClient. I can GET all the test plans, but I cannot PUT back to RQM if I edit the xml. I get the 400 error. However, if I just GET a single test plan, and make the changes in the xml, and PUT back, it works successfully.
Please let me know how to go about BULK editing test plans and PUT them back into RQM using the RESTClient.
Thanks
Leesen
|
One answer
The simple answer is you can't do it that way. You have to update them one by one. The "bulk upload" feature is for creation only.
https://jazz.net/wiki/bin/view/Main/RqmApi#PUT_requests https://jazz.net/wiki/bin/view/Main/RqmApi#Bulk_uploads_AN1 Comments Hi Donald
Thanks for the answer. So, bulk update is not available on any of the API utilites? Even if we use the RQM Url Utility?
Donald Nong
commented Feb 08 '16, 6:26 p.m.
Not that I'm aware of. The RQM URL Utility is basically a simple example of the REST API. You can find the source code within the package and see that it processes a single request each time, without any other fancy features.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.