DevTools/Planning/Performance: Difference between revisions

no edit summary
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>


The Kanban is simple: the backlog column contains all the user stories that need to be scrubbed by
===Kanban "Ready to Work" Stack===
 
'''Backlog'''


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'''
Confirmed users
83

edits