It's all about the answers!

Ask a question

How to get artifact links of the artifacts present in the module through RPE


Manoj sajjan (19516) | asked Nov 30 '16, 4:24 a.m.
 Hi Everyone,

I would to like extract the all the links associated to the artifacts present in the module through RPE. 
I need in the following format.

Sl. No.

Requirements

Satisfied by

Link To/Link From

1

 

 

 

2

 

 

 

3

 

 

 


Regards
Manoj

Accepted answer


permanent link
Subramanya Prasad Pilar (4.6k16) | answered Dec 02 '16, 5:33 a.m.
edited Dec 07 '16, 1:45 p.m.
If you are reporting on requirements in a module, you can iterate through each artifact. dataSource/artifact/traceability/links/Link/relation will give the href for the linked artifacts. You can filter based on link type (dataSource/artifact/traceability/links/Link/title) - Satisfied By / Link To / Link From. To get the artifact title from artifact href, you need another data source configuration and dataSource/artifact/title prints the title of linked artifacts.

You can use the sample template for reference. Please change the formatting / table settings as needed.
Manoj sajjan selected this answer as the correct answer

Comments
Subramanya Prasad Pilar commented Dec 12 '16, 2:41 a.m.

Hi Manoj, were you able to get the output in table format?


Manoj sajjan commented Jan 19 '17, 11:39 p.m.

 Hi prasad,

thanks for support and i am getting output

One other answer



permanent link
Subramanya Prasad Pilar (4.6k16) | answered Dec 01 '16, 4:22 a.m.
Hi Manoj,

You can just copy the OOTB template traceability.dta (from <jazzteamserverhome>\server\conf\rm\reporting\initialization\templates\rrdg) and modify it as per your requirement.

Comments
Manoj sajjan commented Dec 02 '16, 4:55 a.m.

 Hi Prasad,


I am getting for one artifact, but not for artifacts present inside the module. I have gone through the traceability.dta but i didn't get appropriate solution.

regards
Manoj

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.