From Fedora Project Wiki
< Extras
fp-wiki>ImportUser (Imported from MoinMoin) |
m (→BugzillaWishList: Fixed link) |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
Have a Triage or a Keywords writable by anyone or by anyone with a Triager 'authority'. | Have a Triage or a Keywords writable by anyone or by anyone with a Triager 'authority'. | ||
* I've been playing with [ | * I've been playing with [[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. | ||
<pre> | <pre> | ||
bugzillaUrl = "https://bugzilla.redhat.com/bugzilla/xmlrpc.cgi" | bugzillaUrl = "https://bugzilla.redhat.com/bugzilla/xmlrpc.cgi" |
Latest revision as of 14:58, 29 May 2008
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"] })