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

Printfrendly version of comparrison between baselines.

We have a customer that has 3 products:
ProdA
ProdB
ProdC

All of them have several versions (V1.0,V1.1 etc.)
For each of the versions there are created a snapshot.

The customer then wants to print out a report/paper that includes the Summary and Description workitems that have been associated with changesets from two snapshots compared with each other.

Is there a good way to do that?

Thanks in advance.
-Sofus Albertsen

0 votes



3 answers

Permanent link
Have you tried the "S -i" option of the "scm compare" command to compare your two snapshots? It will display the result showing all work items, grouped by change set.  Here is an example of such a command:

lscm compare -r URL -S i snapshot snapshot1 snapshot snapshot2

You also use the "-j" option to get a parseable output that you can format as you wish.

There is no way to include the work items' descriptions in the output, just their summaries.

4 votes


Permanent link
Read my blog post on a Simple RTC Baseline Comparison Script.  It was written back in 2011 (!), but it should still work.

1 vote


Permanent link
Thanks both of you for your answers.
I ended up making both a script for the client, as well as a guide for how to make the report within Eclipse as well.

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
× 12,019
× 369
× 74
× 35

Question asked: Apr 25 '13, 3:05 a.m.

Question was seen: 6,093 times

Last updated: Apr 30 '13, 2:57 a.m.

Confirmation Cancel Confirm