154
edits
(Create separate pages for quarterly backlogs) |
(Update to match kanban view, add link to kanban) |
||
Line 1: | Line 1: | ||
== | = Kanban View = | ||
View the backlog as a [https://gecko.layout.team/?title=Firefox+Platform+Layout+Backlog&name=Backlog&query=status%3ANEW+priority%3AP2%2CP3+%5Blayout%3Abacklog&name=Upcoming&query=status%3ANEW+priority%3AP1+%5Blayout%3Abacklog&name=In+Progress&query=status%3AASSIGNED+%5Blayout%3Abacklog&name=Recently+Fixed&query=resolution%3AFIXED+milestone%3A77%2C78%2C79+%5Blayout%3Abacklog kanban board]. | |||
= In Progress = | |||
Bugs and enhancements that are in progress right now. | |||
<bugzilla> | <bugzilla> | ||
Line 10: | Line 9: | ||
"f2": "status_whiteboard", | "f2": "status_whiteboard", | ||
"o2": "anywordssubstr", | "o2": "anywordssubstr", | ||
"v2": "[layout:backlog: | "v2": "[layout:backlog", | ||
"status": "ASSIGNED", | |||
"include_fields": "id, summary, assigned_to, status, resolution", | "include_fields": "id, summary, assigned_to, status, resolution", | ||
"order": "resolution, component, assigned_to, id" | "order": "resolution, component, assigned_to, id" | ||
Line 17: | Line 16: | ||
</bugzilla> | </bugzilla> | ||
== | = Upcoming = | ||
Bugs and enhancements we are considering working on within the next 2-3 releases. | |||
Bugs and enhancements we are considering working on | <bugzilla> | ||
{ | |||
"f2": "status_whiteboard", | |||
"o2": "anywordssubstr", | |||
"v2": "[layout:backlog", | |||
"priority": "P2", | |||
"resolution": "---", | |||
"include_fields": "id, summary, assigned_to, status, resolution", | |||
"order": "id" | |||
} | |||
</bugzilla> | |||
= Backlog = | |||
Bugs and enhancements we are considering working on within the year. | |||
<bugzilla> | <bugzilla> | ||
Line 25: | Line 38: | ||
"f2": "status_whiteboard", | "f2": "status_whiteboard", | ||
"o2": "anywordssubstr", | "o2": "anywordssubstr", | ||
"v2": "[layout:backlog | "v2": "[layout:backlog", | ||
"priority": "P3", | |||
"resolution": "---", | "resolution": "---", | ||
"include_fields": "id, summary, assigned_to", | "include_fields": "id, summary, assigned_to, status, resolution", | ||
"order": "id" | "order": "id" | ||
} | } | ||
</bugzilla> | </bugzilla> |
edits