It's all about the answers!

Ask a question

HOW TO PRINT SATIES LINK INRPE REPORT


anil konakalla (10112) | asked Jan 16, 4:39 a.m.
edited Jan 16, 4:48 a.m.

hi ,

   Please let me know to print the satifies link and the satifies artifact to print along with the requirment.. and to print the hierarichy  for the table headings
as like below
1. Introduction
2. Requiremtns
    2.1 Requirement
    2.2 Requirement


Comments
Pierre Bentkowski commented Aug 23, 11:44 a.m.

Can you please fix the typos in the title, to help other find the question

One answer



permanent link
Pierre Bentkowski (131517) | answered Aug 23, 11:40 a.m.
edited Aug 23, 11:45 a.m.
Query the requirements details:

resources Any artifact type Returns common information, such as the title, description, links, location, and attributes, about all artifacts.

https://server:port/rm/publish/[artifact_format]?resourceURI=id1
Provides base resource information for a set of specified resources
specified resources https://server:port/rm/publish/resources?resourceURI=_c1cm0L3VEeCPFbe791FOoQ

In the response you will have the links, with the URL to the linked artifact:
    <ds:traceability>
      <ds:links>
        <ds:Link type="Link">
          <rrm:title>Satisfies</rrm:title>
          <ds:linkType>https://localhost:9443/rm/types/LT_54nDff5EEe2mj7H4PMEmyg</ds:linkType>
          <ds:isParentLink>false</ds:isParentLink>
          <ds:isChildLink>false</ds:isChildLink>
          <rrm:relation>https://localhost:9443/rm/resources/MD_ckOWUDVNEe6S-7Z2GbzQZQ</rrm:relation>
          <rrm:identifier>5001</rrm:identifier>
          <ds:content>
            <rrm:title>Report A</rrm:title>
            <rrm:identifier>5001</rrm:identifier>
            <rrm:description/>
            <rrm:format>Module</rrm:format>
            <ds:artifactFormat>Module</ds:artifactFormat>
          </ds:content>
        </ds:Link>
      </ds:links>
    </ds:traceability>

Link in Modules Schema


You can use the URL of the linked artifact to query it.




Your answer


Register or 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.