It's all about the answers!

Ask a question

Importer for WI from CSV file


Peter Kirschner (8152) | asked Jun 28 '07, 2:04 a.m.
We have a bunch of WI which we want to import into Jazz. Previously to 0.6 M1 we have done the import with a customized requirements importer. Due to incubation of requirements component we are now looking for a import as custom WI type.

Is there a testcase or some similar code snippet available, which can help on this?

2 answers



permanent link
Peter Kirschner (8152) | answered Jul 06 '07, 8:51 a.m.
Thanks a lot, it is working for us.

permanent link
Andre Weinand (4811) | answered Jun 29 '07, 6:57 p.m.
Hi Peter,

Jazz has a Bugzilla importer that supports importing bugs in the
Bugzilla export format (XML). You could either convert your CSV format
into the Bugzilla format, or you can use the Bugzilla importer as a
code example to write your own importer.
You can find the code here:
com.ibm.team.workitem.rcp.core.internal.bugzilla (headless)
com.ibm.team.workitem.rcp.ui.internal.bugzilla.wizard (UI)

hth,
--andre



On 2007-06-28 07:48:19 +0200,
peter.kirschner@de.bosch-dot-com.no-spam.invalid (peterk) said:

We have a bunch of WI which we want to import into Jazz. Previously to
0.6 M1 we have done the import with a customized requirements
importer. Due to incubation of requirements component we are now
looking for a import as custom WI type.

Is there a testcase or some similar code snippet available, which can
help on this?

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.