Confirmed users, Administrators
5,526
edits
m (Open) |
(Added tables for closed bugs) |
||
| Line 1: | Line 1: | ||
= CA Bugs in Bugzilla = | = Open CA Bugs in Bugzilla = | ||
== Open Incident Related Bugs == | == Open Incident Related Bugs == | ||
| Line 20: | Line 20: | ||
"cf_blocking_b2g_type":"contains", | "cf_blocking_b2g_type":"contains", | ||
"include_fields": "id, summary, status, assigned_to, whiteboard" | "include_fields": "id, summary, status, assigned_to, whiteboard" | ||
} | |||
</bugzilla> | |||
= Closed CA Bugs in Bugzilla = | |||
== Closed Incident Related Bugs == | |||
<bugzilla> | |||
{ | |||
"component":"CA Certificates", | |||
"status":["RESOLVED", "VERIFIED", "CLOSED"], | |||
"whiteboard":"Incident", | |||
"cf_blocking_b2g_type":"contains", | |||
"include_fields": "id, summary, status, resolution, whiteboard" | |||
} | |||
</bugzilla> | |||
== Closed BR Compliance Bugs == | |||
<bugzilla> | |||
{ | |||
"component":"CA Certificates", | |||
"status":["RESOLVED", "VERIFIED", "CLOSED"], | |||
"whiteboard":"BR Compliance", | |||
"cf_blocking_b2g_type":"contains", | |||
"include_fields": "id, summary, status, resolution, whiteboard" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||