canmove, Confirmed users
285
edits
m (trying to add a P1 category for containers backlog) |
(separating bugs by priority) |
||
| Line 154: | Line 154: | ||
</bugzilla> | </bugzilla> | ||
=== Backlog (all unowned) container bugs === | === Backlog P2 (all unowned) container bugs - Nightly 50 and 51=== | ||
Bugs looking for an owner. | Bugs looking for an owner. | ||
<bugzilla> | <bugzilla> | ||
| Line 171: | Line 171: | ||
"order": "bug_id", | "order": "bug_id", | ||
"status":["__open__"], | "status":["__open__"], | ||
"priority": "P2", | |||
"assigned_to":"nobody@mozilla.org", | |||
"keywords_type":"nowords", | |||
"keywords":"meta" | |||
} | |||
</bugzilla> | |||
=== Backlog P3 (all unowned) container bugs - Future Work === | |||
<bugzilla> | |||
{ | |||
"include_fields": "id, whiteboard, summary, status, assigned_to,priority,cf_fx_iteration", | |||
"f1":"status_whiteboard", | |||
"f2":"status_whiteboard", | |||
"f3":"status_whiteboard", | |||
"query_format":"advanced", | |||
"o1":"substring", | |||
"v1":"[userContextId]", | |||
"o2":"notsubstring", | |||
"v2":"[TOR]", | |||
"o3":"notsubstring", | |||
"v3":"[OA", | |||
"order": "bug_id", | |||
"status":["__open__"], | |||
"priority": "P3", | |||
"assigned_to":"nobody@mozilla.org", | "assigned_to":"nobody@mozilla.org", | ||
"keywords_type":"nowords", | "keywords_type":"nowords", | ||