Execute BIRT Report from plain java api or rest api
Hi, there is a way to execute birt reports from some api? I've tried to execute from java api, but the method
IReportService reportClient = (IReportService) repository.getClientLibrary(IReportService.class) ;
returns null.
I understand that this is not possible from the REST API, so, there any way to run reports by outside rtc clients?
Thanks in advance.
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Nov 26 '15, 10:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
IReportService seems to be a server side service. Try com.ibm.team.reports.client.IReportManager.
|
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.