RQM How can I get the dynamic Section ID of one Test Case
One answer
Rafeal,
Using a REST call on the Test Case will return the dynamic Section ID in XML; it will look something like this
href="https://HOST:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/LPA1+%28Quality+Management%29/template/testcase/com.ibm.rqm.planning.templates.testcase.default"/><dynamicSection_1426075858826 xmlns="http://jazz.net/xmlns/alm/qm/v0.1/" extensionDisplayName="Custom Section One"><div xmlns="http://www.w3.org/1999/xhtml">My content for my custom section</div></dynamicSection_1426075858826></ns2:testcase>
You can use any HTTP client (The RQM URL utility, Poster..etc) to obtain the XML. Be sure to include the Accept header with a value of "application/xml "
Comments
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 18 '15, 9:05 p.m.Rafael Rodriguez Montes
Mar 18 '15, 9:28 p.m.