It's all about the answers!

Ask a question

mapping multiple Bugzilla values to a single work item field


Tim Barrios (261105) | asked Sep 15 '10, 6:59 p.m.
I am working on a complex Bugzilla mapping into a highly customized work item type with customized fields. I have a need to map several fields that were in Bugzilla into a single "miscellaneous" field in a work item. And, ideally, the resulting field would be separated by some kind of heading indicating the source of the field. For example, in Bugzilla I have the fields:

<bug_id>1234</bug_id>
<op_sys>Linux</op_sys>
<cf_bld_found>Build 2.0</cf_bld_found>

That I need to map to a text field in the new work item that would display as something like:

Bugzilla imported values:
Bug ID: 1234
Operating System: Linux
Build found: Build 2.0

Anyone know of a way to do this?

3 answers



permanent link
Lorelei Ngooi (1.5k22) | answered Sep 16 '10, 11:19 a.m.
JAZZ DEVELOPER
That capability does not currently exist. Please create an enhancement request.

permanent link
Daniel Cox (4261168) | answered Sep 16 '10, 11:24 a.m.
You can do this yourself by manipulating the XML export from bugzilla to merge the fields.

permanent link
Lorelei Ngooi (1.5k22) | answered Sep 16 '10, 11:29 a.m.
JAZZ DEVELOPER
That's a good suggestion.

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.