How do I update a testcase custom attribute using REST API?
![]()
CLM 5.0.1
I've tried the next URL with the PUT command:
Custom attribute name = copyFromID
https://<CLMServer>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<ProjectAreaName>/testcase/urn:com.ibm.rqm:testcase:11578?copyFromID=11578
Would appreciate your assistance,
Liora
|
One answer
![]()
Paul Slauenwhite (8.4k●1●2)
| answered Oct 24 '14, 10:32 a.m.
FORUM MODERATOR / JAZZ DEVELOPER edited Oct 27 '14, 7:32 a.m.
Hi Liorna,
You need to PUT the testcase XML (see https://jazz.net/wiki/bin/view/Main/RqmApi#Update) with the custom attributes. Comments What is the XML representation of this attribute for a specific testcase? This is something I can't figure out. Paul,
I appreciate your assistance. The documentation is somewhat unclear to newbies like myself. Could you give me an example to how this is done?
Hi Liora,
|