Confirmed users
422
edits
Ethantseng (talk | contribs) (Add the condition resolution is duplicate.) |
(→Meta Bugs: don't output resolution for open meta bugs) |
||
(2 intermediate revisions by 2 users not shown) | |||
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 86: | Line 85: | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "status": ["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED"], | ||
"include_fields": "id, whiteboard, summary, status | "whiteboard":"[tor]", | ||
"keywords": "meta", | |||
"include_fields": "id, whiteboard, summary, status, priority, assigned_to" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
=== 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 107: | ||
"resolution":["fixed", "duplicate"] | "resolution":["fixed", "duplicate"] | ||
} | } | ||
</bugzilla> | </disabled-bugzilla> |