Importer for WI from CSV file
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?
Is there a testcase or some similar code snippet available, which can help on this?
2 answers
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:
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?