RQM REST api extensiondisplayname reverting to defualt value with PUT
Hi
I'm trying to update testcase steps using the rest api
in our testcases the test case design section has been renamed as "Test Steps" in RQM webpage
I can use a GET method to get the xml
but if i PUT the same xml back the extensiondisplayname of the testcase design section is changed from "Test Steps" back to the default value of "Test Case Design"
is there any way around this?
this is the element, none of the other sections extensionDisplayName is changed
<com.ibm.rqm.planning.editor.section.testCaseDesign xmlns="http://jazz.net/xmlns/alm/qm/v0.1/" extensionDisplayName="Test Steps">
<div xmlns="http://www.w3.org/1999/xhtml">1.test step</div>
</com.ibm.rqm.planning.editor.section.testCaseDesign>
|
One answer
Hi Luke,
We cannot change the names or extensionDisplayName of pre-defined sections.
Only the custom section names can be modified from REST client.
Thanks,
Monika Rajput
Comments
Luke Locastro
commented Feb 05 '21, 4:55 a.m.
Hi Monika
I'm not trying to change the section header
the header has been set the RQM web ui, i want it to remain the same
is this possible?
when I PUT a xml it is reverting the test case design section header back to the default value even when i haven't changed any values in the xml
|
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.