canmove, Confirmed users
1,104
edits
| Line 76: | Line 76: | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
== Query: P1 Bugs Fixed since Q1/2017== | |||
This query breakout the P1 bugs by component fixed since Jan 1, 2017. | |||
<bugzilla> | |||
{ | |||
"status_whiteboard":"[qf:p1]", | |||
"resolution": "fixed", | |||
"include_fields": "id, component, summary, resolution, assigned_to, last_change_time", | |||
"order": "component", | |||
"f1": "resolution", | |||
"o1": "changedafter", | |||
"v1": "2017-01-01" | |||
} | |||
== Table: P1 Bugs by Component== | == Table: P1 Bugs by Component== | ||