Confirmed users
273
edits
Keyboardkat (talk | contribs) |
Keyboardkat (talk | contribs) |
||
Line 18: | Line 18: | ||
=Curation Sprint Bugs= | =Curation Sprint Bugs= | ||
==To make== | |||
To be assigned! | |||
<onlyinclude> | |||
<bugzilla> | |||
{ | |||
"status":"NEW", | |||
"product": "webmaker", | |||
"whiteboard":"[curation]", | |||
"include_fields": "id, summary, whiteboard, assigned_to, status", | |||
"maxrows":"50", | |||
"order": "bug_id" | |||
} | |||
</bugzilla> | |||
</onlyinclude> | |||
==Making== | |||
Assigned and in progress! | |||
<onlyinclude> | |||
<bugzilla> | |||
{ | |||
"status":"ASSIGNED", | |||
"product": "webmaker", | |||
"whiteboard":"[curation]", | |||
"include_fields": "id, summary, whiteboard, assigned_to, status", | |||
"maxrows":"50", | |||
"order": "bug_id" | |||
} | |||
</bugzilla> | |||
</onlyinclude> | |||
==Made== | |||
Finished! | |||
<onlyinclude> | |||
<bugzilla> | |||
{ | |||
"status":"RESOLVED", | |||
"product": "webmaker", | |||
"whiteboard":"[curation]", | |||
"include_fields": "id, summary, whiteboard, assigned_to, status", | |||
"maxrows":"50", | |||
"order": "bug_id" | |||
} | |||
</bugzilla> | |||
</onlyinclude> |