How to fetch BIRT reports design files from the server?
4 answers
The following URL will give me the ID of the attached design file:
https://server:port/ccm/rpt/repository/generic?fields=generic/com.ibm.team.reports.ReportDescriptor[projectArea/name='P1' and id='workitems.Burndown']/(id|contents[key='com.ibm.team.reports.design.rptdesign']/(key|value/contentId))
Look for the ID in the <contentId> element:
<contentId>_MUGpYRWEEeOoR631PXjR0A</contentId>
Use that ID in the following URL to retrieve the design file:
https://server:port/ccm/service/com.ibm.team.repository.common.internal.IContentRestService/content/_MUGpYRWEEeOoR631PXjR0A
Comments
Rafik,
That is nice to know.
Quick question here: What other attributes of this can be added to (key|value/contentId) ? Links references are ok (make me fish).
Why does this continue to be blue ?
Hello!
Could you PLEASE provide some example link without placeholders.
I don't understand the notation :(
<server install location>\server\conf\ccm\sites\rtc-commons-update-site\plugins\com.ibm.team.examples.reports.common_XXXXXXXXXXXXXXXXXX.jar
Please use any zip utility to unjar the above and you will find the BIRT design files.
Comments
Millard Ellingsworth
FORUM ADMINISTRATOR / JAZZ DEVELOPER Sep 25 '13, 8:26 p.m.To go along with Rafik's workaround, I have filed 2 enhancement requests related to this post:
1 vote