The following code used to work with python-bugzilla 1.2, but has stopped working with 2.0.0.

BZ.update_flags(bug.id, [{ "name": "needinfo",
                                       "status": "?",
                                       "requestee": needinfo_email,
                                       "new": True}])

The new Bug.updateflags() method seems to only handle flags with a simple status. How do I set a needinfo flag using 2.0.0?

Thanks,
Dennis