Talk:Jetpack/Weekly Meeting/2014-01-21
Great notes!
I like the detail of transparency Mozilla provides about its development activities.
Meanwhile I found you are using the Bugzilla Extension but I can't get it parametrized to include the x label (y in the flipped chart) and product legend.
I was going to suggest a vertical axis label for the Open Bugs chart (I found somewhere else that P stands for Priority, but that wasn't obvious to me initially).
Then I tried and was able to produce a better labelled Graphical Report right from Bugzilla data with
Open Add-on SDK Bugs by Priority
How about using that image in future updates?
and an uploaded version:
Testing Bugzilla Extension
See https://wiki.mozilla.org/Bugzilla:REST_API
<bugzilla> {
"product": "Add-on SDK", "whiteboard": "[triage:followup]"
} </bugzilla>
<bugzilla type="count" display="bar"> {
"product": "Add-on SDK", "resolution": "---", "x_axis_field": "priority"
} </bugzilla>
