How to generate BIRT report using Jazz data source with script genReport
Accepted answer
Comments
Thanks for the clarification.
We use CURL to generate reports in the night, pretty easy way to get what you want.
So, is it possible to run genReport.bat inside RTC Eclipse Client? How can I do that?
I´m looking for a way to automatize testing for customized BIRT reports.
Hi Vladimir,
I'm very intersted in your solution.
Please, can you describe it to me better?
May thanks
Alberto
2) Use this %REPORT_UUID% to download report using CURL (in Excel format in this exmple):
Hi Vladimir,
many many thanks: the details you've sent me are very useful for my scope.
I would like to ask some things about the retrieve of the report based on the "report UUID", because it's the target I want to reach: I would like to schedule, or simply call, the creation of a report based on a parameter that I'll pass in the URL.
The URL you have sent me, for me, works fine if I use %QUERY_UUID%, instead of %REPORT_UUID%. This means that I only can use already "done" Reports, that have the assigned "queryUUIDs".
I've esplained what I would like to obtain here:
BIRT report in RTC: how to export a report called passing params via call
Alberto, I didn't managed to pass report parameters via URL, so I had to set it manually and generate saved reports with particular parameters (fortunately, not so many cases).