Confirmed users
83
edits
No edit summary |
|||
Line 28: | Line 28: | ||
</bugzilla> | </bugzilla> | ||
=== | ===Planned=== | ||
Here are the items that are being planned: | |||
<bugzilla> | |||
{ | |||
"product": "Firefox", | |||
"component": "Developer Tools: User Stories", | |||
"whiteboard": "[status:planned]", | |||
"include_fields": "id, priority, summary, status, assigned_to", | |||
"order": "bug_id" | |||
} | |||
</bugzilla> | |||
===In Flight=== | |||
This stuff is being worked on | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"product": "Firefox", | |||
"component": "Developer Tools: User Stories", | |||
"whiteboard": "[status:inflight]", | |||
"include_fields": "id, priority, summary, status, assigned_to", | "include_fields": "id, priority, summary, status, assigned_to", | ||
"order": "bug_id" | "order": "bug_id" | ||
Line 45: | Line 52: | ||
</bugzilla> | </bugzilla> | ||
=== | ===Landed with Pref=off=== | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"product": "Firefox", | |||
"component": "Developer Tools: User Stories", | |||
"whiteboard": "[ | "whiteboard": "[status:landedoff]", | ||
"include_fields": "id, priority, summary, status, assigned_to", | "include_fields": "id, priority, summary, status, assigned_to", | ||
"order": "bug_id" | "order": "bug_id" | ||
Line 60: | Line 63: | ||
</bugzilla> | </bugzilla> | ||
=== | ===Landed with Pref=on=== | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"product": "Firefox", | |||
" | "component": "Developer Tools: User Stories", | ||
"whiteboard": "[status:landedon]", | |||
"include_fields": "id, priority, summary, status, assigned_to", | |||
"order": "bug_id" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
=== | ===Shipped=== | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"product": "Firefox", | |||
" | "component": "Developer Tools: User Stories", | ||
"whiteboard": "[status:shipped]", | |||
"include_fields": "id, priority, summary, status, assigned_to", | |||
"order": "bug_id" | |||
} | } | ||
</bugzilla> | </bugzilla> |