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
Thank You! Ara,
but I was looking for something where I can see it directly from the WebApp, not from the Webservice:
I was brought here by another post. The Section ID that Rafael referred here is the DOM object Id (which will be used by JavaScript/Dojo and the like), not the same ID in XML - the part starting with "dynamicSsection" should be the same though.
Comments
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 18 '15, 9:05 p.m.Reminder: Please tag your questions appropriately. For example, this is clearly about RQM, and not about RTC.
Rafael Rodriguez Montes
Mar 18 '15, 9:28 p.m.Geoffrey,