SCM CLI to find if changesets of a WI are delivered in a snapshot
![]()
How can I find if all the changesets of a workitem are delivered to the particlar(latest) snapshot?
Is there any SCM CLI to verify this? |
One answer
![]()
Shashikant Padur (4.2k●2●7)
| answered Oct 06 '14, 4:16 a.m.
JAZZ DEVELOPER edited Oct 06 '14, 4:16 a.m.
You can use 'lscm locate' command which will locate the change sets. I believe in earlier versions of the command line it was called 'changeset locate'.
For ex: 'lscm locate -s <snapshot id> -W <workitem id>
The output should list you the change sets that matched or did not match.
Comments I am using this cli but gives the following error:
Thanks it has worked
|