It's all about the answers!

Ask a question

csv-import via batch


Dr. Hans-Joachim Pross (1.1k4458) | asked May 06 '14, 8:57 a.m.
JAZZ DEVELOPER
The eclipse client support importing and updating work item from a csv-file.
I'm looking for a solution, to have this import functionality executed from a batch.
Same for export.

Has someone already one this?

2 answers



permanent link
sam detweiler (12.5k6195201) | answered May 06 '14, 10:45 a.m.
while I can't help with a working solution

the two classes to look at are

com.ibm.team.workitem.rcp.ui.internal.wizards.export
com.ibm.team.workitem.rcp.ui.internal.wizards.inport
  (cut paste of the package names, this spelling is as found)

in plugin com.ibm.team.workitem.rcp.ui.

in Eclipse

install the sdk, set the sdk as the plugin target platform
    window->preferences->plugin development->target platform
open the eclipse plugins view (window->show view->plugins
find the com.ibm.team.workitem.rcp.ui plugin, right click, import as source.

note that these are internal classes.. so no guaranty that they will stay the same or every be published.

permanent link
Krzysztof Kaźmierczyk (7.4k373103) | answered May 06 '14, 10:10 a.m.
Hi Hans,
I had similar issue in the past. And what we finally have done was starting using Java API to do that. You can find more information in this topic: https://jazz.net/forum/questions/96838/api-or-command-line-to-import-workitems-from-csv-to-rtc

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.