It's all about the answers!

Ask a question

DOORS NEXT GEN - Reportable Rest API: Showing Links between modules?


API-DEV User (2116) | asked Dec 06 '18, 2:40 p.m.

 Hello Everyone,


Got a quick question about the reportable REST API, Heres a quick overview of the current configuration:

Have a couple of components within a Global Configuration, a few requirements in Component A, Module A link to requirements in Component B, Module B

When I do the following GET Request:

The request return all of the data within the module, which is great, However, the request only shows linkages between artifacts within the same component.

Requirement 2:
Allocates --> to Specification (another component)
Satisfied by <--- Requirement (another component)
Driven by ---> Requirement 3 (same component, same module)

            <ds:links>
                <ds:Link type="Link">
                    <rrm:title>Satisfies</rrm:title>
                    <ds:linkType>https:/xxx.xxxx.com/rm/types/_XXXXXXXXXXX</ds:linkType>
                    <ds:isParentLink>false</ds:isParentLink>
                    <ds:isChildLink>false</ds:isChildLink>
                    <rrm:relation>https:/xxx.xxxx.com.com/rm/resources/XXXXX</rrm:relation>
                    <rrm:alternative>https://xxx.xxxx.com.com/rm/resources/XXXX</rrm:alternative>
                    <rrm:identifier>66410</rrm:identifier>
                    <ds:content>
                        <rrm:title>Requirement 3</rrm:title>
                        <rrm:identifier>66410</rrm:identifier>
                        <rrm:description/>
                        <rrm:format>Text</rrm:format>
                        <ds:artifactFormat>Req</ds:artifactFormat>
                    </ds:content>
                </ds:Link>
            </ds:links>

Does the reportable REST API not return links within a global configuration? 

Be the first one to answer this question!


Register or to post your answer.