[closed] how to generate report to display the list of OSLC links from RTC work item
The question has been closed for the following reason: "The question is answered, right answer was accepted" by davidhoney Aug 30 '23, 5:09 p.m.
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".
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/*))
Comments
That is solved my problem. Thank you very much.
Best Regards,
Kasilingam S
@Donald Nong,
can we also get details link workitem type(Story,Change Request,...) for targetRef?
Thank you