Confirmed users
52
edits
| Line 78: | Line 78: | ||
==Results== | ==Results== | ||
'''2013 July:''' | |||
All bugs changed in July | |||
<bugzilla type="count" display="bar"> | |||
{ | |||
"product": ["Core","Calendar","Toolkit","Firefox", "Boot2Gecko", "Testing", "Thunderbird", "SeaMonkey"], | |||
"changed_after": "2013-07-01", | |||
"changed_before": "2013-08-01", | |||
"whiteboard": "[good first bug]", | |||
"status":["NEW","REOPENED"], | |||
"x_axis_field": "product" | |||
} | |||
</bugzilla> | |||
All [good first bugs] that changed status to resolved in July. | |||
<bugzilla type="count" display="bar"> | |||
{ | |||
"product": ["Core","Calendar","Toolkit","Firefox", "Boot2Gecko", "Testing", "Thunderbird", "SeaMonkey"], | |||
"whiteboard": "[good first bug]", | |||
"changed_after": "2013-07-01", | |||
"changed_before": "2013-08-01", | |||
"changed_field": "status", | |||
"changed_field_to": ["RESOLVED"], | |||
"resolution": ["FIXED", "INVALID", "WONTFIX", "DUPLICATE", "WORKSFORME", "INCOMPLETE"], | |||
"x_axis_field": "product" | |||
} | |||
</bugzilla> | |||