Report on a Component in a Stream
Hi,
I want to create a report that will show all Baselines and Repository files for a specific Component in a specific Stream. I want to use this report as a sort of Release Note. Any suggestions on how to achieve this :?: :idea: :?: |
4 answers
andre.curfs wrote:
Hi, Baseline history can be shown by IFlowNodeConnection#getComponentAuditTrail(). Listing the files can be done by visiting the entire configuration for the selected component in the stream. See IConfiguration. Start at the root folder, and then recurse over the configuration, fetching children (IConfiguration#fetchCompleteItem()) of every folder (IConfiguration#childEntries()). Hope this helps, JohnC SCM Server |
John,
thanks for your reply. If I understand you correctly I need to write a Java program using the RTC SDK. Can you point me to some more documentation on this as I'm not to familiar with that. What I intended to do however was creating a report using BIRT. Any one any ideas on that option. |
Hi, this might help get you started creating your own report:
https://jazz.net/wiki/bin/view/Main/ReportsCreatingANewReport |
We currently do not expose such data to reports. BIRT reports need their data to be exposed using ODA data sources/sets. We do have a generic data set that can expose data available to repository data queries. Unfortunatly, not all data stored in the repository can be queried using data queries.
Feel free to assign a feature request to reports. |
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.