Confirmed users
83
edits
No edit summary |
|||
Line 14: | Line 14: | ||
"include_fields": "id, priority, summary, status, assigned_to", | "include_fields": "id, priority, summary, status, assigned_to", | ||
"order": "bug_id" | "order": "bug_id" | ||
} | |||
</bugzilla> | |||
===All=== | |||
Unfiltered query of all NEW bugs on the Kanban board. | |||
<bugzilla> | |||
{ | |||
"blocks": "928571", | |||
"status": "NEW", | |||
"include_fields": "id, whiteboard, v1 summary, status, assigned_to", | |||
"order": "bug_id" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
Line 19: | Line 30: | ||
===Backlog=== | ===Backlog=== | ||
The backlog contains all 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. | The backlog contains all 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. | ||
Note: Query is broken, BugZilla doesn't respond to a "not_contains" type query on the flag. | |||
<bugzilla> | <bugzilla> | ||
{ | { |