SCM command and work items
![]()
Jonathan Richard (6●1●1)
| asked Mar 30 '12, 12:57 p.m.
edited Aug 09 '16, 4:31 p.m. by David Lafreniere (4.8k●7)
Hi
I am using the scm command line tool to manage my project/workspace. I learned that you can associate a work item to a change set using: "scm changet associte" command. The problem I am facing is that I can't find a way to list or create work items using scm. Is there another command or way to manage the work items? Thanks |
Accepted answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Apr 02 '12, 4:11 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
hi,
I am not aware that work items can be created with the SCM command Line. You can use the Plain Java Client Libraries to write a mall java application to create work items. This link provides you with example code: https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation David Lafreniere selected this answer as the correct answer
Comments Thanks for your reply. I though so. I will look into the programmatic mean of creating work items. ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Just one thought, the SCM command can be extended e.g. to create work items too. There is a Wiki topic around creating new commands.
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Here is a simple RTC Work Item Commandline. It is possible to get the Work Item used to checkin a file?
Hi Ralph,
is it possible to retrieve the list of the work items assigned to a user who is trying to deliver a change set using command line?
I went through the article and could not find to retrieve the same.
Thanks,
Bhasker Tiwari
The product RTC SCM command line only supports work items in the context of SCM commands. What can be done can be found in the documentation: https://www-01.ibm.com/support/knowledgecenter/SSYMRC/clm_family_welcome.html .
showing 5 of 6
show 1 more comments
|