It's all about the answers!

Ask a question

SCM CLI to find if changesets of a WI are delivered in a snapshot


shalini saini (162027) | asked Oct 06 '14, 1:49 a.m.
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



permanent link
Shashikant Padur (4.2k27) | 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
shalini saini commented Oct 06 '14, 5:24 a.m.

I am using this cli but gives the following error:
-sh-3.2$ ./scm changeset locate -s "ss_current" -W 93748
Argument syntax error:
Missing arguments to subcommand "changeset locate" - selectors. Try 'scm help changeset locate' for more information.


shalini saini commented Oct 06 '14, 5:32 a.m.

Thanks it has worked

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.