canmove, Confirmed users
1,126
edits
(→Bug Tables: Mores tweaks to the bug tables and descriptions) |
(More bug table updates) |
||
Line 59: | Line 59: | ||
* '''P4:''' Time frame: Next quarter or two. | * '''P4:''' Time frame: Next quarter or two. | ||
* '''P5:''' Time frame: Unknown / future. | * '''P5:''' Time frame: Unknown / future. | ||
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 | 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 infrastructure bugs have been reduced, the guide above may change. | ||
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+-assignee%3Anobody%40mozilla.org Assigned] === | === [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+-assignee%3Anobody%40mozilla.org Assigned] === | ||
Line 68: | Line 68: | ||
"resolution": "---", | "resolution": "---", | ||
"email1": "nobody@mozilla.org", "email1_type": "not_equals", "email1_assigned_to": "1", | "email1": "nobody@mozilla.org", "email1_type": "not_equals", "email1_assigned_to": "1", | ||
"include_fields": "id, component, priority, summary | "include_fields": "assigned_to,id,component,priority,summary", | ||
"order": "assigned_to,priority" | "order": "assigned_to,priority" | ||
} | } | ||
Line 80: | Line 80: | ||
"email1": "nobody@mozilla.org", "email1_type": "equals", "email1_assigned_to": "1", | "email1": "nobody@mozilla.org", "email1_type": "equals", "email1_assigned_to": "1", | ||
"priority": "P1", | "priority": "P1", | ||
"include_fields": "id, component | "include_fields": "priority,id,component,summary", | ||
"order": "component" | "order": "component" | ||
} | } | ||
Line 92: | Line 92: | ||
"email1": "nobody@mozilla.org", "email1_type": "equals", "email1_assigned_to": "1", | "email1": "nobody@mozilla.org", "email1_type": "equals", "email1_assigned_to": "1", | ||
"priority": "--", | "priority": "--", | ||
"include_fields": "id, component | "include_fields": "priority,id,component,summary", | ||
"order": "component, id" | "order": "component, id" | ||
} | } | ||
Line 100: | Line 100: | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"resolution": "---", | |||
"blocked": "1059400", | "blocked": "1059400", | ||
"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" | ||
} | } | ||
Line 109: | Line 110: | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"resolution": "---", | |||
"blocked": "1054977", | "blocked": "1054977", | ||
"include_fields": "id,product,component,summary,assigned_to", | "include_fields": "id,product,component,summary,assigned_to", | ||
Line 119: | Line 121: | ||
"component": "Treeherder", "component_type": "contains", | "component": "Treeherder", "component_type": "contains", | ||
"resolution": "---", | "resolution": "---", | ||
"include_fields": "id, component | "include_fields": "priority,id,component,summary,assigned_to", | ||
"order": "priority,assigned_to" | "order": "priority,assigned_to" | ||
} | } | ||
Line 134: | Line 136: | ||
"changed_field_to": "FIXED", | "changed_field_to": "FIXED", | ||
"include_fields": "assigned_to,id,component,summary", | "include_fields": "assigned_to,id,component,summary", | ||
"order": "assigned_to, component" | "order": "assigned_to,component" | ||
} | } | ||
</bugzilla> | </bugzilla> |