7
edits
(i think i have it this time.) |
(Add table of completed bugs) |
||
Line 91: | Line 91: | ||
"include_fields": "id, whiteboard, summary, status, assigned_to,resolution" | "include_fields": "id, whiteboard, summary, status, assigned_to,resolution" | ||
} | } | ||
</bugzilla> | |||
=== Completed Bugs === | |||
Patches that have been successfully uplifted (or [tor] tickets otherwise fixed) | |||
<bugzilla> | |||
{ | |||
"include_fields": "id, whiteboard, summary, status, assigned_to,resolution", | |||
"f1":"status_whiteboard", | |||
"query_format":"advanced", | |||
"o1":"substring", | |||
"v1":"[tor", | |||
"order": "assigned_to,bug_id", | |||
"status":["RESOLVED"], | |||
"keywords_type":"nowords", | |||
"keywords":"meta", | |||
"resolution":"fixed" | |||
} | |||
</bugzilla> | </bugzilla> |
edits