List workitem along with changesets in component
![]()
shalini saini (16●18●27)
| asked Sep 19 '14, 3:40 a.m.
retagged Sep 24 '14, 4:22 p.m. by Dejan Custic (285●5)
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
![]()
Shashikant Padur (4.2k●2●7)
| 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'
|
![]()
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
|