How to fetch the linked artifact of diagram format in RPE_DNG
![]() Artifacts in module A is linked to Diagram Artifacts in Module B
I need the traceability in this format where the linked Artifact is of format diagram.
Is it possible to extract just the linked use case diagram?
|
One answer
![]()
Anusha,
If you will send request to Reportable DNG API you should fine information about the link types and target artifact.
Under content you should find xml tag called rrm:format. This value specified the format of the target artifact and you should just filter in your report for those links
Example section below
<ds:Link type="Link">
Comments I couldnt find the Link tag in the xml code but this is all i got in the code:
<rrm:identifier>669</rrm:identifier><rrm:title>req1</rrm:title><rrm:format>Text</rrm:format><rrm:core>TX_A6OCYGuCEeuPytkSqqZzgg</rrm:core><rrm:moduleUrl>https://elm702:9443/rm/resources/MD_yom98GuBEeuPytkSqqZzgg</rrm:moduleUrl><rrm:parentBindingUrl>https://elm702:9443/rm/resources/BI_4OXskGuBEeuPytkSqqZzgg</rrm:parentBindingUrl><rrm:section>2.0-1</rrm:section><rrm:bookOrder>3</rrm:bookOrder><rrm:depth>2</rrm:depth><rrm:isHeading>false</rrm:isHeading></rrm:contextBinding>
If Your links are base artifact links then try in base artifact.
|