canmove, Confirmed users
1,126
edits
(→Source and Docs: client changes) |
(→Bug Tables: Update bug queries now that the perfherder component name has changed) |
||
Line 37: | Line 37: | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"quicksearch": ":treeherder | "quicksearch": ":treeherder priority:P1,P2 assignee:nobody@mozilla.org", | ||
"include_fields": "id,priority,component,summary", | "include_fields": "id,priority,component,summary", | ||
"order": "priority,component" | "order": "priority,component" | ||
Line 43: | Line 43: | ||
</bugzilla> | </bugzilla> | ||
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+priority%3A--+assignee%3Anobody%40mozilla.org Needing Triage] === | === [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 | All bugs that do not have a priority set and are unassigned. | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "component": "Treeherder", "component_type": "contains", | ||
"resolution": "---", | |||
"priority": "--", | |||
"assignee": "nobody@mozilla.org", | |||
"include_fields": "id,component,summary", | "include_fields": "id,component,summary", | ||
"order": "component" | "order": "component" |