It's all about the answers!

Ask a question

how to generate report to display the list of OSLC links from RTC work item


Kasilingam Shunmugalingam (1129) | asked Jul 05 '15, 3:27 p.m.

Hi,

I would like to exportable report where I can display the list of OSLC links created in a RTC Task .

Example : There are some "Implements Requirements" links created from DOORS Classic to RTC Task.

Is it possible with any of the reporting functionalities ?

Thanks & Regards,

Kasilingam S

Accepted answer


permanent link
Donald Nong (14.5k314) | answered Jul 05 '15, 11:17 p.m.
The " auditableLink" element from the RTC Reportable REST API can be a good option.
https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#auditableLink
You can use a link such as the one below to show the "links".
/ccm/rpt/repository/workitem?fields=workitem/workItem[id=67]/(id|summary|auditableLinks/(sourceRef/*|targetRef/*))

Kasilingam Shunmugalingam selected this answer as the correct answer

Comments
Kasilingam Shunmugalingam commented Jul 06 '15, 3:24 a.m.

That is solved my problem. Thank you very much.

Best Regards,
Kasilingam S

Your answer


Register or to post your answer.