This area allows the tracker admin to choose which tuleap fields (and values, if applicable) in a tracker correspond to bugzilla fields.
- The UI must list all the fields in a chosen bugzilla tracker and their possible values if they are of type select box;
- Messages should be displayed if the configuration is incomplete or incompatible;
- All the changes must be saved;
Notes:
The required bugzilla fields are
* product String Name of product
* component String Bug's component (sub-product)
* summary String Short sentence describing the bug
* version String Version of software in which bug is seen
The optional bugzilla fields are
* comments Array of 1 Comment Things people have said about the bug
* op_sys String Operating system bug was seen on, e.g. Windows Vista, Linux
* platform String Computing platform bug was seen on, e.g. PC, Mac
* priority String How important the bug is, e.g. P1, P5
* severity String How severe the bug is, e.g. enhancement, critical
A Comment has the following properties:
https://wiki.mozilla.org/Bugzilla:REST_API:Objects#Comment
* To get yhe list of fields and their properties see
http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Bug.html
Unfortunately, the required API resource is set as UNSTABLE!