canmove, Confirmed users
1,220
edits
Ptheriault (talk | contribs) No edit summary |
Ptheriault (talk | contribs) No edit summary |
||
| Line 65: | Line 65: | ||
"o1":"substring", | "o1":"substring", | ||
"v1":"[OA-testing]", | "v1":"[OA-testing]", | ||
"order": "assigned_to,bug_id", | |||
"status":["NEW","ASSIGNED","REOPENED","UNCONFIRMED"], | |||
"emailtype1":"notsubstring", | |||
"emailassigned_to1":"1", | |||
"email1":"nobody@mozilla.org" | |||
} | |||
</bugzilla> | |||
== Non-OA Containers Bugs == | |||
=== Active Bugs === | |||
<bugzilla> | |||
{ | |||
"blocks":"1191418,1179985,1218479,1234384,1234390,1249067", | |||
"include_fields": "id, whiteboard, summary, status, assigned_to,resolution", | |||
"f1":"status_whiteboard", | |||
"f2":"status_whiteboard", | |||
"query_format":"advanced", | |||
"o1":"notsubstring", | |||
"v1":"[OA]", | |||
"o2":"notsubstring", | |||
"v2":"[TOR]", | |||
"order": "assigned_to,bug_id", | |||
"status":["ASSIGNED","REOPENED","UNCONFIRMED"], | |||
"emailtype1":"notsubstring", | |||
"emailassigned_to1":"1", | |||
"email1":"nobody@mozilla.org" | |||
} | |||
</bugzilla> | |||
=== Assigned, but not started (has owner, but status ==new) === | |||
The purpose of this category is to list bugs which could potentially be taken by others. If you have bugs in your backlog that you haven't started, please set the status to 'new' | |||
<bugzilla> | |||
{ | |||
"blocks":"1191418,1179985,1218479,1234384,1234390,1249067", | |||
"include_fields": "id, whiteboard, summary, status, assigned_to,resolution", | |||
"f1":"status_whiteboard", | |||
"f2":"status_whiteboard", | |||
"query_format":"advanced", | |||
"o1":"substring", | |||
"v1":"[OA]", | |||
"o2":"notsubstring", | "o2":"notsubstring", | ||
"v2":"[TOR]", | "v2":"[TOR]", | ||
"order": "assigned_to,bug_id", | "order": "assigned_to,bug_id", | ||
"status":["NEW | "status":["NEW"], | ||
"emailtype1":"notsubstring", | "emailtype1":"notsubstring", | ||
"emailassigned_to1":"1", | "emailassigned_to1":"1", | ||
"email1":"nobody@mozilla.org" | "email1":"nobody@mozilla.org" | ||
} | |||
</bugzilla> | |||
=== Backlog (all unowned) === | |||
<bugzilla> | |||
{ | |||
"blocks":"1191418,1179985,1218479,1234384,1234390,1249067", | |||
"include_fields": "id, whiteboard, summary, status, assigned_to,resolution", | |||
"f1":"status_whiteboard", | |||
"f2":"status_whiteboard", | |||
"query_format":"advanced", | |||
"o1":"notsubstring", | |||
"v1":"[OA]", | |||
"o2":"notsubstring", | |||
"v2":"[TOR]", | |||
"order": "bug_id", | |||
"status":["__open__"], | |||
"assigned_to":"nobody@mozilla.org" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||