Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

 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? 

0 votes


Be the first one to answer this question!

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941
× 1,700

Question asked: Dec 06 '18, 2:40 p.m.

Question was seen: 1,947 times

Last updated: Dec 06 '18, 2:40 p.m.

Related questions
Confirmation Cancel Confirm