How to read artifacttype from IBM
Hi
I am trying to read data from rm for one of my project with the below url,
and i am getting below response(sample)
<ds:moduleContext>
<rrm:contextBinding>
<rrm:about>https://elm.apps.barrier.com/rm/resources/MB_9668a46a098d41d483d87d12867003f9</rrm:about>
<rrm:identifier>51975</rrm:identifier>
<rrm:title>PRODUCT DESCRIPTION</rrm:title>
<rrm:format>Text</rrm:format>
<rrm:core>_5c23b2076e69467a8b4c2c779f1ce6ac</rrm:core>
<rrm:parentBindingUrl/>
<rrm:section>1</rrm:section>
<rrm:bookOrder>1</rrm:bookOrder>
<rrm:depth>1</rrm:depth>
<rrm:isHeading>true</rrm:isHeading>
</rrm:contextBinding>
<rrm:contextBinding>
<rrm:about>https://elm.apps.barrier.com/rm/resources/MB_a673402ead0546f0b681a1fd2cfd1404</rrm:about>
<rrm:identifier>52106</rrm:identifier>
<rrm:title>Purpose</rrm:title>
<rrm:format>Text</rrm:format>
<rrm:core>_6b20d08dbb464ec0b4c699bd96f52064</rrm:core>
<rrm:parentBindingUrl>https://elm.apps.carrier.com/rm/resources/MB_9668a46a098d41d483d87d12867003f9</rrm:parentBindingUrl>
<rrm:section>1.1</rrm:section>
<rrm:bookOrder>2</rrm:bookOrder>
<rrm:depth>2</rrm:depth>
<rrm:isHeading>true</rrm:isHeading>
</ds:moduleContext>
From the above xml i am unable to get ArtifactType, which i am expecting. Please find the below image for the artifact type which i am expecting
ID Contents Artifact Type
D 381598 T 1 PRODUCT DESCRIPTION Heading <o:p> </o:p>
Can you please help me how to get Artifact type as Heading in my xml response?
Thanks
|
One answer
Ralph Schoon (63.4k●3●36●46)
| answered May 25 '23, 3:09 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER For what I can tell, this is a requirement in a module. I would expect the shared information like the type to be properties of the base/concept requirement that you can find using the link rrm:about. |
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.