Confirmed users
83
edits
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
'''Performance Management Tools Stack''' | '''Performance Management Tools Stack''' | ||
===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. | |||
<bugzilla> | |||
{ | |||
"blocks": "928571", | |||
"status": "NEW", | |||
"whiteboard": "[US]", | |||
"f1": "flagtypes.name", | |||
"o1": "substring", | |||
"v1": "pm-scrub", | |||
"vi_type": "not_contains", | |||
"include_fields": "id, priority, summary, status, assigned_to", | |||
"order": "bug_id" | |||
} | |||
</bugzilla> | |||
==="To be Scrubbed" Stack=== | ==="To be Scrubbed" Stack=== |