how to generate report to display the list of OSLC links from RTC work item
![]() 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
![]()
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
|