canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,747
edits
(→Beta Project: Keep only a single table for MVP bugs per milestone) |
|||
Line 9: | Line 9: | ||
* For details view the [https://docs.google.com/spreadsheets/d/1CAMaBlX6n5nKvKuBNUcmTZSaPaiGVvIT07u39lkirAE/edit?usp=sharing Project Tracking Dashboard]. | * For details view the [https://docs.google.com/spreadsheets/d/1CAMaBlX6n5nKvKuBNUcmTZSaPaiGVvIT07u39lkirAE/edit?usp=sharing Project Tracking Dashboard]. | ||
=== | === High Priority Subset === | ||
* [https://mzl.la/ | * [https://mzl.la/2TG9X7J View Bugzilla Query]. | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"whiteboard": "[puppeteer-beta-mvp]", | "whiteboard": "[puppeteer-beta-mvp]", | ||
" | "whiteboard": "puppeteer-high-priority", | ||
"include_fields":"id, summary, status, assigned_to, priority" | "include_fields":"id, summary, status, assigned_to, priority" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
=== MVP Bugs | === All MVP Bugs === | ||
* [https://mzl.la/ | * [https://mzl.la/2TlaNI6 View Bugzilla Query]. | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"whiteboard": "[puppeteer-beta-mvp]", | "whiteboard": "[puppeteer-beta-mvp]", | ||
"priority": ["P1" | "priority": ["P1", "P2"], | ||
"include_fields":"id, summary, status, assigned_to, priority" | "include_fields":"id, summary, status, assigned_to, priority" | ||
} | } |