Welcome to the Jazz Community Forum
How to list the changesets associated to a snapshot/Build from CLI

Accepted answer

If you have two snapshots created one for an old build and one for a current build, you can compare the two snapshots.
lscm compare snapshot <snapshot1 name_or_alias_or_uuid> snapshot <snapshot2 name_or_alias_or_uuid>
The differences between snapshots will show up as incoming or outgoing changes depending on which snapshot was specified as the first argument.