It's all about the answers!

Ask a question

List workitem along with changesets in component


shalini saini (161827) | asked Sep 19 '14, 3:40 a.m.
retagged Sep 24 '14, 4:22 p.m. by Dejan Custic (2855)
Below command lists me the changesets in the component. How can I also get the information of the workitem associated with these changesets along with.
./scm list changesets -C "textfiles1" -r rtcuser
  (0345) ---$ USer1 "test12" 14-Sep-2014 02:17 PM
  (0565) ---$ USer1 "testing" 14-Sep-2014 02:14 PM
  (0566) ---$ USer1 "checkin-2" 26-Aug-2014 07:17 AM
  (0567) ---$ User2 "Checkin-1" 26-Aug-2014 07:13 AM
  (0568) ---$ USer1 "Reverse in eve" 26-Aug-2014 06:51 AM

3 answers



permanent link
Shashikant Padur (4.2k27) | answered Sep 19 '14, 4:45 a.m.
JAZZ DEVELOPER
edited Sep 19 '14, 4:46 a.m.
You can use "list changes <changeset alias/uuid>'.
For ex: To see the workitem attached to the first change set (0345) in your list, try 'lscm list changes 0345'

permanent link
Dejan Custic (2855) | answered Sep 24 '14, 4:21 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
The list changes Help is also here http://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.1/com.ibm.team.scm.doc/topics/list_changes.html?lang=en

Comments
shalini saini commented Sep 25 '14, 12:01 a.m.

This solution is pertaining to CLM 5.0.1 while I am using CLM 4.0.1 which does not support this set of CLI


permanent link
Dejan Custic (2855) | answered Sep 25 '14, 10:16 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Sorry, the 4.0.1 topic is here http://www-01.ibm.com/support/knowledgecenter/SSYMRC_4.0.1/com.ibm.team.scm.doc/topics/list_changes.html?lang=en

Your answer


Register or to post your answer.