[python-bugzilla] Examples of querying with a flag?

Bryan Kearney bkearney at redhat.com
Sun Mar 23 20:08:54 UTC 2014


I am trying to use the python api to query based on flags. I have tried 
build_qeury with lines like:

     flag = ["sat-6.0.3+"],

and

     flag = [{"name": "sat-6.0.3", "status": "+"}],

neither of which seem to work. Are there examples of using the API to 
query via flags?

Thanks in advance.

-- bk




More information about the python-bugzilla mailing list