From Fedora Project Wiki

< Extras

Revision as of 14:13, 24 May 2008 by fp-wiki>ImportUser (Imported from MoinMoin)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

BugzillaWishList

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

  • I've been playing with [wiki:Self:Extras/Bugtool 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"] })