Confirmed users
83
edits
No edit summary |
|||
Line 12: | Line 12: | ||
Note that Bugzilla is the source of truth. The only thing this page contains are some convenient Bugzilla queries that you may as well do on Bugzilla if you prefer. | Note that Bugzilla is the source of truth. The only thing this page contains are some convenient Bugzilla queries that you may as well do on Bugzilla if you prefer. | ||
=== | ===Backlog=== | ||
The | The backlog contains all the incoming artifacts that haven't been looked at. In terms of Bugzilla, it means status = "NEW" and the PM-Scrub flag has not been set. | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"blocks": "928571", | "blocks": "928571", | ||
"status": "NEW", | "status": "NEW", | ||
"f1": "flagtypes.name", | "f1": "flagtypes.name", | ||
"o1": "notsubstring", | "o1": "notsubstring", | ||
Line 26: | Line 25: | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
==="To be Scrubbed" Stack=== | |||
The PM work stack contains all the user stories that need to be scrubbed, validated, worked on by UI and prioritized by PM and engineering. In terms of Bugzilla, it means status = "NEW" and the PM-Scrub flag has been set to ?. Usually, most of these need mockups from UI. | |||
<bugzilla> | <bugzilla> |