It's all about the answers!

Ask a question

RESTClient Bulk Update


Leesen Padayachee (9956119) | asked Feb 05 '16, 2:35 a.m.
 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



permanent link
Donald Nong (14.5k414) | answered Feb 05 '16, 4:56 a.m.
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
Leesen Padayachee commented Feb 05 '16, 5:26 a.m. | edited Feb 08 '16, 6:23 p.m.

 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


Register or to post 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.