|
|
| Line 50: |
Line 50: |
| "status":["__open__"], | | "status":["__open__"], |
| "assigned_to":"nobody@mozilla.org" | | "assigned_to":"nobody@mozilla.org" |
| }
| |
| </bugzilla>
| |
|
| |
| == All bugs by meta bug ==
| |
| === Contextual Identity / Containers Bugs===
| |
|
| |
| <bugzilla>
| |
| {
| |
| "include_fields": "id, summary, status, assigned_to,resolution,whiteboard",
| |
| "order": "bug_id",
| |
| "status":["__open__"],
| |
| "blocks":"1191418"
| |
| }
| |
| </bugzilla>
| |
|
| |
| === Make all Origin-Related APIs OriginAttributes-aware ===
| |
| <bugzilla>
| |
| {
| |
| "include_fields": "id, summary, status, assigned_to,whiteboard",
| |
| "order": "bug_id",
| |
| "status":["__open__"],
| |
| "blocks":"1179985"
| |
| }
| |
| </bugzilla>
| |
|
| |
| === Codebase principal callers ===
| |
| <bugzilla>
| |
| {
| |
| "include_fields": "id, summary, status, assigned_to,whiteboard",
| |
| "order": "bug_id",
| |
| "status":["__open__"],
| |
| "blocks":"1218479"
| |
| }
| |
| </bugzilla>
| |
|
| |
| === Fixing createCodebasePrincipalFromOrigin ===
| |
|
| |
| <bugzilla>
| |
| {
| |
| "include_fields": "id, summary, status, assigned_to,resolution",
| |
| "order": "bug_id",
| |
| "status":["__open__"],
| |
| "blocks":"1234384"
| |
| }
| |
| </bugzilla>
| |
|
| |
|
| |
| === Fixing createCodebasePrincipalFromOrigin ===
| |
|
| |
| <bugzilla>
| |
| {
| |
| "include_fields": "id, summary, status, assigned_to,resolution",
| |
| "order": "bug_id",
| |
| "status":["__open__"],
| |
| "blocks":"1234390"
| |
| }
| |
| </bugzilla>
| |
|
| |
| === Containers/OA Testing===
| |
|
| |
| <bugzilla>
| |
| {
| |
| "include_fields": "id, whiteboard, summary, status, assigned_to, resolution",
| |
| "order": "bug_id",
| |
| "status":["__open__"],
| |
| "blocks":"1249067"
| |
| }
| |
| </bugzilla>
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| == TOR Bugs ==
| |
| === Unowned TOR Bugs (excludes TOR bugs) ===
| |
| <bugzilla>
| |
| {
| |
| "include_fields": "id, whiteboard, summary, status, assigned_to,resolution",
| |
| "f1":"status_whiteboard",
| |
| "o1":"substring",
| |
| "v1":"[TOR]",
| |
| "order": "bug_id",
| |
| "status":["__open__"],
| |
| "assigned_to":"nobody@mozilla.org"
| |
| }
| |
| </bugzilla>
| |
| === Active Bugs ===
| |
| <bugzilla>
| |
| {
| |
| "include_fields": "id, whiteboard, summary, status, assigned_to,resolution",
| |
| "f1":"status_whiteboard",
| |
| "o1":"substring",
| |
| "v1":"[TOR]",
| |
| "order": "assigned_to,bug_id",
| |
| "status":["UNCONFIRMED","ASSIGNED","REOPENED"]
| |
| } | | } |
| </bugzilla> | | </bugzilla> |