It's all about the answers!

Ask a question

Bugzilla mapping with Checkbox Multi-Select List


Tim Barrios (261105) | asked Oct 05 '10, 9:17 p.m.
I am trying to use the Bugzilla Bug Report method to import work items. The default mapping does not support the Bugzilla "flags" feature but I am trying to map it by writing some pre-processed code. However, there is no documentation showing how the XML for a Checkbox Multi-Select List looks in RTC's work item would map for me to write the correct xml conversion. If I can see what the XML the mapping tool is expecting to map to a Checkbox Multi-Select List the I can create the xml to match. What would that look like, for example, for a type "flags" with multi-select string values of "x", "y", and "z"?

One answer



permanent link
Lorelei Ngooi (1.5k22) | answered Oct 06 '10, 2:28 p.m.
JAZZ DEVELOPER
Using your example, you can try creating an xml tag entry for each value to see if that works:

<flags>x</flags>
<flags>y</flags>
<flags>z</flags>

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.