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

Bugzilla mapping with Checkbox Multi-Select List

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"?

0 votes



One answer

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

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

Question asked: Oct 05 '10, 9:17 p.m.

Question was seen: 5,038 times

Last updated: Oct 05 '10, 9:17 p.m.

Confirmation Cancel Confirm