It's all about the answers!

Ask a question

Report on a Component in a Stream


Andre Curfs (112) | asked Jan 08 '09, 9:42 a.m.
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



permanent link
John Camelon (1.7k14) | answered Jan 08 '09, 11:18 p.m.
JAZZ DEVELOPER
andre.curfs wrote:
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: :?:


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

permanent link
Andre Curfs (112) | answered Jan 09 '09, 2:36 a.m.
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.

permanent link
Robert Connell (116) | answered Jan 13 '09, 9:36 a.m.
Hi, this might help get you started creating your own report:

https://jazz.net/wiki/bin/view/Main/ReportsCreatingANewReport

permanent link
Rafik Jaouani (5.0k16) | answered Jan 14 '09, 1:05 p.m.
JAZZ DEVELOPER
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


Register or to post 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.