From Fedora Project Wiki

BugzillaWishList

Have a Triage or a Keywords writable by anyone or by anyone with a Triager 'authority'.

  • I've been playing with BugTool , bugzuki and the bugzilla xml-rpc api. It's quite nice and looks the way to go for fedora-triagetools or some such.
bugzillaUrl = "https://bugzilla.redhat.com/bugzilla/xmlrpc.cgi"
bugz = bugzilla.Bugzilla("user","password",bugzillaUrl)


res = bugz.runQuery({"columns":["component", "product", "short_desc", "longdescs"] ,
"long_desc":["triage-%3Eclose"] ,
"long_desc_type":"allwordssubstr",
"bug_status" : ["ASSIGNED","NEW","MODIFIED","REOPENED","VERIFIED"] ,
"bugidtype" : "exclude",
"bug_id" : ["109188"] })