create work-items through command line or APIs
![]()
Hi,
Is there any way, I can create work-item by command line or (ant / shell) scripts running out of RTC client? I have had a look at the "https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation" But the example and process explained in the document is not very clear. Could I get some simpler document or link ? |
2 answers
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Jan 18 '12, 4:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi,
I am afraid there is no simpler document. However there are examples that work with the plain java client library, so you could use that from within a build or command line. |
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Jan 12 '15, 11:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Here is a simple RTC Work Item Commandline.
|