Confirmed users
91
edits
Mikehenrty (talk | contribs) (→FxOS-Systems Frontend Pin-the-Web 2.5 Dashboard: update sprint number query) |
(P1 blockers) |
||
Line 7: | Line 7: | ||
"whiteboard_type":"contains", | "whiteboard_type":"contains", | ||
"status":["NEW","REOPENED","UNCONFIRMED","ASSIGNED","RESOLVED","VERIFIED","CLOSED"], | "status":["NEW","REOPENED","UNCONFIRMED","ASSIGNED","RESOLVED","VERIFIED","CLOSED"], | ||
"include_fields": "id, summary, target_milestone, component, status, resolution, assigned_to, depends_on, blocks, whiteboard, cf_blocking_b2g" | "include_fields": "id, summary, target_milestone, component, status, resolution, assigned_to, depends_on, blocks, whiteboard, cf_blocking_b2g, priority" | ||
} | |||
</bugzilla> | |||
=FxOS-Systems Frontend P1 Blockers= | |||
<bugzilla> | |||
{ | |||
"cf_blocking_b2g":"2.5+", | |||
"priority":"P1", | |||
"whiteboard":"systemsfe", | |||
"whiteboard_type":"contains", | |||
"status":["NEW","REOPENED","UNCONFIRMED","ASSIGNED"], | |||
"include_fields": "id, summary, target_milestone, component, status, resolution, assigned_to, depends_on, blocks, whiteboard, cf_blocking_b2g, priority" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
Line 32: | Line 45: | ||
"whiteboard_type":"contains", | "whiteboard_type":"contains", | ||
"status":["NEW","REOPENED","UNCONFIRMED","ASSIGNED"], | "status":["NEW","REOPENED","UNCONFIRMED","ASSIGNED"], | ||
"include_fields": "id, summary, target_milestone, component, status, resolution, assigned_to, depends_on, blocks, whiteboard, cf_blocking_b2g, last_change_time" | "include_fields": "id, summary, target_milestone, component, status, resolution, assigned_to, depends_on, blocks, whiteboard, cf_blocking_b2g, last_change_time, priority" | ||
} | } | ||
</bugzilla> | </bugzilla> |