Confirmed users
4,174
edits
| Line 22: | Line 22: | ||
== Bugzilla == | == Bugzilla == | ||
=== Bug Queries === | |||
* [https://mzl.la/3gGRi5t MVP Project Work Currently In Development] | |||
* [https://mzl.la/321CY3m Available MVP Project Work] | |||
* [https://mzl.la/2CoG6LO Completed MVP Project Work] | |||
* [https://mzl.la/3elwT4B Bugs Requiring Triage] | |||
* [https://bugzilla.mozilla.org/buglist.cgi?component=WebPayments%20UI&product=Firefox&bug_status=__open__ Firefox :: WebPayments UI] ([https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=WebPayments%20UI&status_whiteboard=%5Bwebpayments%5D%20%5Btriage%5D file a bug]) | * [https://bugzilla.mozilla.org/buglist.cgi?component=WebPayments%20UI&product=Firefox&bug_status=__open__ Firefox :: WebPayments UI] ([https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=WebPayments%20UI&status_whiteboard=%5Bwebpayments%5D%20%5Btriage%5D file a bug]) | ||
* [https://bugzilla.mozilla.org/buglist.cgi?component=DOM%3A%20Web%20Payments&product=Core&bug_status=__open__&list_id=13533834 DOM: Web Payments] | * [https://bugzilla.mozilla.org/buglist.cgi?component=DOM%3A%20Web%20Payments&product=Core&bug_status=__open__&list_id=13533834 DOM: Web Payments] | ||
=== Bug Tagging === | |||
* ph1-mvp: Whiteboard tag for MVP bugs team is commiting to complete within the schedule. | |||
* ph1-reserve: Whiteboard tag for low-priority bugs the team is not committing to complete within the schedule. | |||
* ph-triage: Whiteboard tag for bugs that require triage (clear this tag once triaged). | |||
=== Bug Lists === | |||
==== All MVP Bugs ==== | |||
* [https://mzl.la/3iNNpNR View Bugzilla Query]. | |||
<bugzilla> | |||
{ | |||
"whiteboard": "ph1-mvp", | |||
"include_fields":"id, summary, status, assigned_to, priority" | |||
} | |||
</bugzilla> | |||
==== All Reserve Bugs ==== | |||
* [https://mzl.la/2ZR6mql View Bugzilla Query]. | |||
<bugzilla> | |||
{ | |||
"whiteboard": "ph1-reserve", | |||
"include_fields":"id, summary, status, assigned_to, priority" | |||
} | |||
</bugzilla> | |||
==== Bugs Requiring Triage ==== | |||
* [https://mzl.la/3elwT4B View Bugzilla Query]. | |||
<bugzilla> | |||
{ | |||
"whiteboard": "ph-triage", | |||
"include_fields":"id, summary, status, assigned_to, priority" | |||
} | |||
</bugzilla> | |||
== Debugging Tips == | == Debugging Tips == | ||