Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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: :?:

0 votes



4 answers

Permanent link
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

0 votes


Permanent link
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.

0 votes


Permanent link
Hi, this might help get you started creating your own report:

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

0 votes


Permanent link
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.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,927

Question asked: Jan 08 '09, 9:42 a.m.

Question was seen: 5,872 times

Last updated: Jan 08 '09, 9:42 a.m.

Confirmation Cancel Confirm