Confirmed users
83
edits
Line 14: | Line 14: | ||
===Kanban "Ready to Work" Stack=== | ===Kanban "Ready to Work" Stack=== | ||
The ready to work stack contains all the user stories that are supposed to be ready to be worked on. In terms of Bugzilla, it means status = "NEW" and the PM-Scrubb has been set to +. | |||
The | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
Line 28: | Line 27: | ||
===Kanban "In Progress" Stack=== | |||
User stories currently being worked on by an engineer. Bugzilla: status=ASSIGNED. | |||
<bugzilla> | |||
{ | |||
"blocks": "928571", | |||
"resolution": "FIXED", | |||
"include_fields": "id, priority, summary, status, assigned_to", | |||
"order": "bug_id" | |||
} | |||
</bugzilla> | |||
===Kanban "Landed" Stack=== | |||
User stories that have landed. | |||
<bugzilla> | <bugzilla> | ||
{ | { |