Confirmed users
620
edits
Ethantseng (talk | contribs) (Add the condition resolution is duplicate.) |
Ethantseng (talk | contribs) (Disable some bugzilla queries to speed up the page loading.) |
||
Line 43: | Line 43: | ||
=== Backlog (all unowned) === | === Backlog (all unowned) === | ||
Bugs looking for an owner. | Bugs looking for an owner. <br> | ||
<disabled-bugzilla> | |||
<bugzilla> | |||
{ | { | ||
"include_fields": "id, whiteboard, summary, status, resolution, priority, assigned_to", | "include_fields": "id, whiteboard, summary, status, resolution, priority, assigned_to", | ||
Line 61: | Line 60: | ||
"keywords":"meta" | "keywords":"meta" | ||
} | } | ||
</bugzilla> | </disabled-bugzilla> | ||
Line 92: | Line 91: | ||
=== Completed Bugs === | === Completed Bugs === | ||
Patches that have been successfully uplifted (or [tor] tickets otherwise fixed) | Patches that have been successfully uplifted (or [tor] tickets otherwise fixed) <br> | ||
<disabled-bugzilla> | |||
<bugzilla> | |||
{ | { | ||
"include_fields": "id, whiteboard, summary, status, resolution, priority, assigned_to", | "include_fields": "id, whiteboard, summary, status, resolution, priority, assigned_to", | ||
Line 107: | Line 105: | ||
"resolution":["fixed", "duplicate"] | "resolution":["fixed", "duplicate"] | ||
} | } | ||
</bugzilla> | </disabled-bugzilla> |