canmove, Confirmed users
1,126
edits
(→Bug Tables: Overhaul tables) |
m (→Bug Tables: More tweaks) |
||
| Line 69: | Line 69: | ||
"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, assigned_to", | "include_fields": "id, component, priority, summary, assigned_to", | ||
"order": "assigned_to" | "order": "assigned_to,priority" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
| 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, summary | "include_fields": "id, component, priority, summary", | ||
"order": " | "order": "component" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+priority%3A-- Needing Triage] === | === [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 and are unassigned. | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
| 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, summary | "include_fields": "id, component, priority, summary", | ||
"order": " | "order": "component, id" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
| Line 126: | Line 126: | ||
"changed_field": "resolution", | "changed_field": "resolution", | ||
"changed_field_to": "FIXED", | "changed_field_to": "FIXED", | ||
"include_fields": "assigned_to, id, summary", | "include_fields": "assigned_to,id,component,summary", | ||
"order": "assigned_to" | "order": "assigned_to, component" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||