canmove, Confirmed users
1,126
edits
m (Remove assigned_to field from all bugs table) |
(Update P1-2 table to be for all bugs, not just unassigned (otherwise triage is hard)) |
||
| Line 1: | Line 1: | ||
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+P1-2 | === P1-2 bugs === | ||
[https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+P1-2 View on Bugzilla] | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"quicksearch": ":treeherder priority:P1,P2 | "quicksearch": ":treeherder priority:P1,P2", | ||
"include_fields": "id,priority,component,summary", | "include_fields": "id,priority,component,summary,assignee", | ||
"order": "priority, | "order": "priority,assignee" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+priority%3A--+assignee%3Anobody%40mozilla.org | === Needing triage === | ||
All bugs that do not have a priority set and are unassigned. [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+priority%3A--+assignee%3Anobody%40mozilla.org View on Bugzilla] | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
| Line 20: | Line 20: | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder | === All bugs === | ||
[https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder View on Bugzilla] | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||