|
|
Line 11: |
Line 11: |
|
| |
|
| Note that BugZilla is the source of truth. The only thing this page contains are some convenient BugZilla queries that you may as well do on BugZilla if you prefer. | | Note that BugZilla is the source of truth. The only thing this page contains are some convenient BugZilla queries that you may as well do on BugZilla if you prefer. |
|
| |
| ===All===
| |
| For now, this is an unfiltered query of all NEW bugs on the Kanban board. Ideally this should be the backlog, i.e. incoming user stories not yet assigned to PM to work on. In terms of Bugzilla, it means status = "NEW" and the PM-Scrub flag has not been set. However, the query is broken, BugZilla doesn't respond to a "not_contains" type query on the flag.
| |
|
| |
| <bugzilla>
| |
| {
| |
| "blocks": "928571",
| |
| "include_fields": "id, whiteboard, summary, status, assigned_to",
| |
| "order": "bug_id"
| |
| }
| |
| </bugzilla>
| |
|
| |
|
| ==="To be Scrubbed" Stack=== | | ==="To be Scrubbed" Stack=== |