[python-bugzilla] How to get all bug IDs from bugzilla via python script

Bryan Kearney bkearney at redhat.com
Wed Jan 14 17:12:41 UTC 2015


On 01/14/2015 09:50 AM, Cole Robinson wrote:
> On 01/14/2015 09:48 AM, Ravikumar Patel wrote:
>> I'm sorry if I'm bothering you with too many questions but I'm a real beginner
>> with both python and the bugzilla-python package. The APIs you mentioned in
>> the link above are the comments and attachment section?
>>
>
> Yes


try executing

print bz.getbugfields()

that will tell you what you have access to.
-- bk




More information about the python-bugzilla mailing list