Confirmed users
83
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''Performance Management Tools Kanban''' | '''Performance Management Tools Kanban''' | ||
===Kanban PM Work Stack=== | |||
The PM work stack contains all the user stories that need to be scrubbed and prioritized by PM and engineering. In terms of Bugzilla, it means status = "NEW" and the PM-Scrubb has been set to ?. | |||
<bugzilla> | |||
{ | |||
"blocks": "928571", | |||
"status": "NEW", | |||
"whiteboard": "[US]", | |||
"flag": "pm-scrub?", | |||
"include_fields": "id, priority, summary, status, assigned_to", | |||
"order": "bug_id" | |||
} | |||
</bugzilla> | |||
===Kanban "Ready to Work" Stack=== | |||
The backlog contains any user story that hasn't been scrubbed and prioritized by PM or engineering. In terms of Bugzilla, it means status = "NEW" and the PM-Scrubb has been set to ?. | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
Line 10: | Line 21: | ||
"status": "NEW", | "status": "NEW", | ||
"whiteboard": "[US]", | "whiteboard": "[US]", | ||
"flag": "pm-scrub | "flag": "pm-scrub?", | ||
"include_fields": "id, priority, summary, status, assigned_to", | "include_fields": "id, priority, summary, status, assigned_to", | ||
"order": "bug_id" | "order": "bug_id" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
'''Completed''' | '''Completed''' |