canmove, Confirmed users
1,126
edits
m (Add component column to the cross-component bug tables) |
(→Bug Tables: Overhaul tables) |
||
| Line 61: | Line 61: | ||
Once one queue (eg P1) is nearing depletion, a selection of the bugs from the group below will be promoted to that priority level. Once the substantial lists of [[#Developer_transition_blockers]] and [[#Operational_and_scaling_bugs]] have been reduced, the guide above may change. | Once one queue (eg P1) is nearing depletion, a selection of the bugs from the group below will be promoted to that priority level. Once the substantial lists of [[#Developer_transition_blockers]] and [[#Operational_and_scaling_bugs]] have been reduced, the guide above may change. | ||
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+P1 P1 | === [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+-assignee%3Anobody%40mozilla.org Assigned] === | ||
A summary of bugs that are being worked on at the moment. | |||
<bugzilla> | |||
{ | |||
"component": "Treeherder", "component_type": "contains", | |||
"resolution": "---", | |||
"email1": "nobody@mozilla.org", "email1_type": "not_equals", "email1_assigned_to": "1", | |||
"include_fields": "id, component, priority, summary, assigned_to", | |||
"order": "assigned_to" | |||
} | |||
</bugzilla> | |||
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+P1+assignee%3Anobody%40mozilla.org Unassigned P1] === | |||
A summary of P1 bugs from all tables listed below, which are where work should be focused. | A summary of P1 bugs from all tables listed below, which are where work should be focused. | ||
<bugzilla> | <bugzilla> | ||
| Line 67: | Line 78: | ||
"component": "Treeherder", "component_type": "contains", | "component": "Treeherder", "component_type": "contains", | ||
"resolution": "---", | "resolution": "---", | ||
"email1": "nobody@mozilla.org", "email1_type": "equals", "email1_assigned_to": "1", | |||
"priority": "P1", | "priority": "P1", | ||
"include_fields": "id, component, summary, assigned_to", | "include_fields": "id, component, summary, assigned_to", | ||
| Line 72: | Line 84: | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+priority%3A-- | === [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+priority%3A-- Needing Triage] === | ||
All bugs that do not have a priority set. | All bugs that do not have a priority set. | ||
<bugzilla> | <bugzilla> | ||
| Line 78: | Line 90: | ||
"component": "Treeherder", "component_type": "contains", | "component": "Treeherder", "component_type": "contains", | ||
"resolution": "---", | "resolution": "---", | ||
"email1": "nobody@mozilla.org", "email1_type": "equals", "email1_assigned_to": "1", | |||
"priority": "--", | "priority": "--", | ||
"include_fields": "id, component, summary, assigned_to", | "include_fields": "id, component, summary, assigned_to", | ||
| Line 90: | Line 103: | ||
"include_fields": "id, component, priority, summary, assigned_to", | "include_fields": "id, component, priority, summary, assigned_to", | ||
"order": "resolution,priority,assigned_to" | "order": "resolution,priority,assigned_to" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=blocked%3A1054977 TBPL switch-off tasks] === | === [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=blocked%3A1054977 TBPL switch-off tasks] === | ||
Moved to [[Sheriffing/TBPL#TBPL_switch-off_tasks]]. | Moved to [[Sheriffing/TBPL#TBPL_switch-off_tasks]]. | ||
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder | === [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder All open bugs] === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"component": "Treeherder", "component_type": "contains", | "component": "Treeherder", "component_type": "contains", | ||
"resolution": "---", | "resolution": "---", | ||
"include_fields": "id, component, priority, summary, assigned_to", | |||
"include_fields": "id, priority, summary, assigned_to", | |||
"order": "priority,assigned_to" | "order": "priority,assigned_to" | ||
} | } | ||