It's all about the answers!

Ask a question

How to update "Tested By" field using REST API?


Mateusz Cebula (23914) | asked May 05 '14, 6:25 a.m.
I am using RQM URL Utility to manipulate some RQM objects. One of them is Test Case Result - I would like to modify value of "Tested By" field. When I GET the TCR XML and edit field (ns13:tester) value and then execute PUT I receive HTTP 412. Sometimes I get HTTP 200, but I do not see the change in Web UI. Do you know how to deal with it?

Accepted answer


permanent link
Paul Slauenwhite (8.4k12) | answered May 05 '14, 9:34 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
The qm:executionresult/executionresult:testedby property is read-only (see https://jazz.net/products/rational-quality-manager/api-doc-4.0.6/schemas/qm_xsd/elements/executionresult.html#a29).
Mateusz Cebula selected this answer as the correct answer

Comments
Mateusz Cebula commented May 06 '14, 5:17 a.m. | edited May 06 '14, 5:19 a.m.

Thanks for the answer. Do you know how to set it during Adapter execution? By default adapter takes user running the Adapter, but in our case (we use custom adapter to execute tests on many machines by many users) it is a bit more complicated and we want to somehow set it before recording result to RQM.

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.