Is it possible to use REST API in BIRT reports?
One answer
You could have used XML data source but it does not allows authentication. However, I found another useful link https://teamgreenridge.wordpress.com/2011/05/04/reporting-on-rational-team-concert-timesheet-information-part-i/ but it uses RPE.
For BIRT, you will probably have to use Scripted Data Source and right some javascript code in there to fetch and parse XML output form REST api. I couldn't not find any OOTB way.
For BIRT, you will probably have to use Scripted Data Source and right some javascript code in there to fetch and parse XML output form REST api. I couldn't not find any OOTB way.