DevTools/Planning/Status/LosAngeles

From New wiki
Jump to navigation Jump to search

Backlog

The backlog contains all the incoming artifacts that haven't been looked at. <bugzilla> {

      "product": "Add-on SDK",
   "whiteboard": "[status:backlog]",

"include_fields": "id, component, summary, status, assigned_to",

        "order": "bug_id"

} </bugzilla>

Planned

Here are the items that are being planned: <bugzilla> {

      "product": "Add-on SDK",
   "whiteboard": "[status:planned]",

"include_fields": "id, component, summary, status, assigned_to",

        "order": "bug_id"

} </bugzilla>

In Flight

This stuff is being worked on <bugzilla> {

      "product": "Add-on SDK",
   "whiteboard": "[status:inflight]",

"include_fields": "id, component, summary, status, assigned_to",

        "order": "bug_id"

} </bugzilla>

Landed with Pref=off

<bugzilla> {

      "product": "Add-on SDK",
   "whiteboard": "[status:landedoff]",

"include_fields": "id, component, summary, status, assigned_to",

        "order": "bug_id"

} </bugzilla>

Landed with Pref=on

<bugzilla> {

      "product": "Add-on SDK",
   "whiteboard": "[status:landedon]",

"include_fields": "id, component, summary, status, assigned_to",

        "order": "bug_id"

} </bugzilla>

Shipped

<bugzilla> {

      "product": "Add-on SDK",
   "whiteboard": "[status:shipped]",

"include_fields": "id, priority, summary, status, assigned_to",

        "order": "bug_id"

} </bugzilla>