Confirmed users
9,624
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
https://dl.dropboxusercontent.com/spa/6c38yp3crbxni5b/_a-2hn-c.png | |||
=Thimble= | =Thimble= | ||
== To Make == | == To Make == | ||
| Line 86: | Line 87: | ||
"product": "webmaker", | "product": "webmaker", | ||
"component":"X-Ray Goggles", | "component":"X-Ray Goggles", | ||
"include_fields": "id, summary, whiteboard, assigned_to, status", | |||
"maxrows":"50", | |||
"order": "bug_id" | |||
} | |||
</bugzilla> | |||
</onlyinclude> | |||
=Popcorn Maker= | |||
== To Make == | |||
* STATUS = UNASSIGNED. <em>"We want to do these things, but nobody's assigned to actually do them yet."</em> | |||
<onlyinclude> | |||
<bugzilla> | |||
{ | |||
"status":"NEW", | |||
"product": "webmaker", | |||
"component":"Popcorn Maker", | |||
"include_fields": "id, summary, whiteboard, assigned_to, status", | |||
"maxrows":"50", | |||
"order": "bug_id" | |||
} | |||
</bugzilla> | |||
</onlyinclude> | |||
== Making == | |||
* STATUS = ASSIGNED. <em>"I'm working on this right now!"</em> | |||
<onlyinclude> | |||
<bugzilla> | |||
{ | |||
"status":"ASSIGNED", | |||
"product": "webmaker", | |||
"component":"Popcorn Maker", | |||
"include_fields": "id, summary, whiteboard, assigned_to, status", | |||
"maxrows":"50", | |||
"order": "bug_id" | |||
} | |||
</bugzilla> | |||
</onlyinclude> | |||
== Made == | |||
* STATUS = RESOLVED. <em>"So done! Much made!"</em> | |||
<onlyinclude> | |||
<bugzilla> | |||
{ | |||
"status":"RESOLVED", | |||
"product": "webmaker", | |||
"component":"Popcorn Maker", | |||
"include_fields": "id, summary, whiteboard, assigned_to, status", | "include_fields": "id, summary, whiteboard, assigned_to, status", | ||
"maxrows":"50", | "maxrows":"50", | ||