canmove, Confirmed users
1,220
edits
Ptheriault (talk | contribs) |
Ptheriault (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
== OA Bugs == | == OA Bugs == | ||
=== | |||
=== Active Bugs === | |||
<bugzilla> | |||
{ | |||
"include_fields": "id, whiteboard, summary, status, assigned_to,resolution", | |||
"f1":"status_whiteboard", | |||
"f2":"status_whiteboard", | |||
"query_format":"advanced", | |||
"o1":"substring", | |||
"v1":"[OA]", | |||
"o2":"notsubstring", | |||
"v2":"[TOR]", | |||
"order": "assigned_to,bug_id", | |||
"status":"ASSIGNED,REOPENED,UNCONFIRMED", | |||
} | |||
</bugzilla> | |||
=== Assigned, but not started === | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
Line 13: | Line 32: | ||
"v2":"[TOR]", | "v2":"[TOR]", | ||
"order": "bug_id", | "order": "bug_id", | ||
"status": | "status":"NEW", | ||
"assigned_to":"nobody@mozilla.org" | "assigned_to":"nobody@mozilla.org" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
=== | |||
=== Backlog === | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"include_fields": "id, whiteboard, summary, status, assigned_to,resolution", | |||
"f1":"status_whiteboard", | "f1":"status_whiteboard", | ||
"f2":"status_whiteboard", | "f2":"status_whiteboard", | ||
Line 29: | Line 50: | ||
"o2":"notsubstring", | "o2":"notsubstring", | ||
"v2":"[TOR]", | "v2":"[TOR]", | ||
"order": " | "order": "bug_id", | ||
"status":["__open__"], | "status":["__open__"], | ||
" | "assigned_to":"nobody@mozilla.org" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
== All bugs by meta bug == | == All bugs by meta bug == |