Platform/Layout/Backlog: Difference between revisions

Update to match kanban view, add link to kanban
(Create separate pages for quarterly backlogs)
(Update to match kanban view, add link to kanban)
Line 1: Line 1:
== Quarterly Backlogs ==
= 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].


* [https://wiki.mozilla.org/Platform/Layout/Backlog/2020Q1 Q1 2020]: Everything for Q1 2020
= In Progress =
 
Bugs and enhancements that are in progress right now.
== 2020 Backlog ==
Everything we plan to work on this year.


<bugzilla>
<bugzilla>
Line 10: Line 9:
   "f2": "status_whiteboard",
   "f2": "status_whiteboard",
   "o2": "anywordssubstr",
   "o2": "anywordssubstr",
   "v2": "[layout:backlog:2020",
   "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>


== Icebox ==
= Upcoming =
Bugs and enhancements we are considering working on within the next 2-3 releases.


Bugs and enhancements we are considering working on some time after the current year.
<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>
154

edits