DevTools/Planning/Performance/All

From New wiki
Jump to navigation Jump to search

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>