It's all about the answers!

Ask a question

Extract component details from RTC stream using any reporting application


KT PD (597) | asked Apr 21 '22, 2:45 a.m.

 Hi Team,


I am using RTC 6.0.6.1. I want to fetch component details from particular stream inside project areas. I am able to do so using LSCM commands. I can able to fetch component name and UUID
But, request is to fetch component data using any reporting application or queries like thing in RTC or RELM.

Can you please help me to do the same?

Thanks

One answer



permanent link
Ralph Schoon (63.1k33646) | answered Apr 21 '22, 8:26 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Information about SCM information is made available in the reportable REST API: https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#Reportable_REST_API


How this API works with examples for work items is explained here: https://rsjazz.wordpress.com/2022/03/02/ewm-reportable-rest-api/

This would be my first priority.

For information, in general there is a OSLC like API for the SCM system. 

  <oslc_scm:scmServiceProviders xmlns:oslc_scm="http://open-services.net/xmlns/scm/1.0/" rdf:resource="https://elm.example.com:9443/ccm/oslc-scm/catalog" /> 

I am not aware if there is another query capability available, but it does not appear to have a queryCapability defined. 

The Plain Java Client Libraries Java API allows to collect detailed data in the SCM system as well.

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.