154
edits
(Add burndown chart) |
(Divide out bugs between core (platform) and frontend (toolkit)) |
||
Line 13: | Line 13: | ||
* '''[https://gecko.layout.team/?title=Printing+Refresh%3A+Firefox+80+Sprint&name=Not+Started&query=NEW+whiteboard%3A%5Bprint2020_v80%5D&name=In+Progress&query=status%3AASSIGNED+whiteboard%3A%5Bprint2020_v80%5D&name=Fixed&query=resolution%3AFIXED+milestone%3A80+whiteboard%3A%5Bprint2020_v80%5D View as kanban board.]''' | * '''[https://gecko.layout.team/?title=Printing+Refresh%3A+Firefox+80+Sprint&name=Not+Started&query=NEW+whiteboard%3A%5Bprint2020_v80%5D&name=In+Progress&query=status%3AASSIGNED+whiteboard%3A%5Bprint2020_v80%5D&name=Fixed&query=resolution%3AFIXED+milestone%3A80+whiteboard%3A%5Bprint2020_v80%5D View as kanban board.]''' | ||
=== Frontend === | |||
<bugzilla> | |||
{ | |||
"f2": "status_whiteboard", | |||
"o2": "anywordssubstr", | |||
"v2": "[print2020_v80]", | |||
"product": ["Firefox", "Toolkit"], | |||
"include_fields": "id, summary, assigned_to, status, resolution", | |||
"order": "resolution, assigned_to, id" | |||
} | |||
</bugzilla> | |||
=== Platform === | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
Line 20: | Line 33: | ||
"v2": "[print2020_v80]", | "v2": "[print2020_v80]", | ||
"product": ["Core | "product": ["Core"], | ||
"include_fields": "id, summary, assigned_to, status, resolution", | "include_fields": "id, summary, assigned_to, status, resolution", | ||
"order": "resolution, assigned_to, id" | "order": "resolution, assigned_to, id" | ||
Line 30: | Line 43: | ||
'''[https://gecko.layout.team/?title=Printing+Refresh%3A+Firefox+81+Sprint&name=Not+Started&query=NEW+whiteboard%3A%5Bprint2020_v81%5D&name=In+Progress&query=status%3AASSIGNED+whiteboard%3A%5Bprint2020_v81%5D&name=Fixed&query=resolution%3AFIXED+milestone%3A81+whiteboard%3A%5Bprint2020_v81%5D View as kanban board.]''' | '''[https://gecko.layout.team/?title=Printing+Refresh%3A+Firefox+81+Sprint&name=Not+Started&query=NEW+whiteboard%3A%5Bprint2020_v81%5D&name=In+Progress&query=status%3AASSIGNED+whiteboard%3A%5Bprint2020_v81%5D&name=Fixed&query=resolution%3AFIXED+milestone%3A81+whiteboard%3A%5Bprint2020_v81%5D View as kanban board.]''' | ||
=== Frontend === | |||
<bugzilla> | |||
{ | |||
"f2": "status_whiteboard", | |||
"o2": "anywordssubstr", | |||
"v2": "[print2020_v81]", | |||
"product": ["Firefox", "Toolkit"], | |||
"include_fields": "id, summary, assigned_to, status, resolution", | |||
"order": "resolution, assigned_to, id" | |||
} | |||
</bugzilla> | |||
=== Platform === | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
Line 36: | Line 64: | ||
"v2": "[print2020_v81]", | "v2": "[print2020_v81]", | ||
"product": ["Core | "product": ["Core"], | ||
"include_fields": "id, summary, assigned_to, status, resolution", | "include_fields": "id, summary, assigned_to, status, resolution", | ||
"order": "resolution, assigned_to, id" | "order": "resolution, assigned_to, id" | ||
} | } | ||
</bugzilla> | </bugzilla> |
edits