Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

csv-import via batch

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?

0 votes



2 answers

Permanent link
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

0 votes


Permanent link
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.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,953
× 43

Question asked: May 06 '14, 8:57 a.m.

Question was seen: 5,328 times

Last updated: May 06 '14, 10:45 a.m.

Confirmation Cancel Confirm