It's all about the answers!

Ask a question

List change sets that will be included in next baseline


Bonnie Teymouri (11222) | asked Oct 23 '12, 4:24 p.m.
I need to use the command line to get a list of the change sets completed since the last baseline for a management report to determine whether all the requested work is actually read for the next phase.  

I see I can use lscm list stream and lscm list baselines to find the last baseline but I can't figure out way to use lscm list changesets to find the changes since the last baseline (although I can list all the changes with lscm list changesets).

Accepted answer


permanent link
Tim Mok (6.6k38) | answered Oct 23 '12, 4:32 p.m.
JAZZ DEVELOPER
It sounds like you want to use the 'compare' command. It will allow you to compare baselines and will show the differences as a list of change sets.
David Lafreniere selected this answer as the correct answer

Comments
Bonnie Teymouri commented Oct 23 '12, 4:49 p.m. | edited Oct 09 '13, 8:29 a.m.

Yep, that does it

lscm compare stream stream-name baseline baseline-uuid

Thanks


Bonnie Teymouri commented Oct 24 '12, 1:58 p.m.

Does compare not show the changesets uuids?  Or am I missing something?


Tim Mok commented Oct 24 '12, 2:02 p.m.
JAZZ DEVELOPER

The uuids won't be shown unless specified using the -u option.

lscm -u command

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.