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>