[python-bugzilla] How to needinfo certain email

Shaolong Hu shu at redhat.com
Tue Jul 1 09:02:13 UTC 2014


Hi,

I am wondering how to needinfo certain email, i find "update_flags":
         '''
         Updates the flags associated with a bug report.
         Format of flags is:
         [{"name": "needinfo", "status": "+", "requestee": "foo at bar.com"},
          {"name": "devel_ack", "status": "-"}, ...]
         '''
But seems {"name": "needinfo", "status": "?", "requestee": 
"foo at bar.com"} only gives a "foo:needinfo?", how to construct flag to 
give a "fooA:needinfo?(fooB at bar.com)" ?


Bests,
Shaolong


More information about the python-bugzilla mailing list