Confirmed users
83
edits
(Created page with "'''Performance Management Tools Kanban''' The Kanban is simple: the backlog column contains all the user stories that need to be scrubbed by '''Backlog''' <bugzilla> { ...") |
No edit summary |
||
Line 1: | Line 1: | ||
'''Performance Management Tools Kanban''' | '''Performance Management Tools Kanban''' | ||
The Kanban is simple: the backlog column contains all the user stories that need to be scrubbed by | The Kanban is simple: the backlog column contains all the user stories that need to be scrubbed by | ||
'''Test''' | |||
<bugzilla> | |||
{ | |||
"blocks": "893669 ", | |||
"status": "NEW", | |||
"include_fields": "id, priority, summary, status, assigned_to", | |||
"order": "bug_id" | |||
} | |||
</bugzilla> | |||
'''Backlog''' | '''Backlog''' | ||
Line 8: | Line 20: | ||
"blocks": "928571", | "blocks": "928571", | ||
"status": "NEW", | "status": "NEW", | ||
"whiteboard": "[US]", | |||
"include_fields": "id, priority, summary, status, assigned_to", | "include_fields": "id, priority, summary, status, assigned_to", | ||
"order": "bug_id" | "order": "bug_id" |