Hi,
I am using ”python-bugzilla
0.8.0” for xml-rpc service of bugzilla 4.2.
Could you please guide
me how to retrieve field values. i.e.
If bugzilla Severity
field have following values: Critical, Significant, Medium, Uncritical etc. then
how I can get the list of these values via python code ?
getbugfields() method returns the names of the
fields but how I could get the values of the fields ?
Thanks in advance,
//Mahboob