SCM command and work items
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
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
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
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
Comments
showing 5 of 6
show 1 more comments