On 05/07/2012 04:39 AM, Krinkle wrote:
On Fri, May 4, 2012 at 7:29 AM, Antoine Musso hashar+wmf@free.fr wrote:
One could most probably write a ton of reports using the JSON API:
https://bugzilla.wikimedia.org/jsonrpc.cgi
Doc:
https://bugzilla.wikimedia.org/docs/en/html/api/Bugzilla/WebService/Server/J...
Yep, however currently I'm hardcoding [1] the versions and milestones because the API of BugZilla < 4.2 does not expose them (see NOTES[2]).
After bugzilla.wikimedia.org is upgraded to 4.2 I'll let it grab the versions and milestones dynamically from the API instead, and maybe add some custom lists as well. That way things won't break if a version or milestone is renamed and new ones are automatically added.
-- Krinkle
[1] https://github.com/Krinkle/ts-krinkle-wmfBugZillaPortal/blob/c5611c966112d1e...
[2] https://github.com/Krinkle/ts-krinkle-wmfBugZillaPortal/blob/553de37ce541b32...
Is there already a ticket somewhere in RT or the like re upgrading bugzilla.wikimedia.org to 4.2?
Also, http://www.gamasutra.com/view/feature/131191/how_funcom_squashed_bugs_with_.... was brought to my attention - yet another case study of how/why to adjust Bugzilla UI to a community's needs.