From Fedora Project Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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"] })