Privacy/Anti-Tracking/CookiePurging
< Privacy | Anti-Tracking
Dashboard
Meta Bug: bug 1594226 - [Meta] Purging Tracking Cookies
Untriaged Bugs
A bug is considered as untriaged if any of the following condition is true:
- The Status field is UNCONFIRMED, or
- The Priority field is not set ("--), or
- The Severity field is not set ("--" for all types or "N/A" for type Defect)
<bugzilla> { "o8": "equals", "o5": "equals", "query_format": "advanced", "f3": "bug_status", "f4": "priority", "v7": "Defect", "o4": "equals", "v1": "1594226", "j2": "OR", "f8": "bug_severity", "o3": "equals", "f10": "CP", "f5": "bug_severity", "resolution": "---", "f7": "bug_type", "f1": "blocked", "v5": "--", "v8": "N/A", "f2": "OP", "v3": "UNCONFIRMED", "f9": "CP", "o1": "equals", "f6": "OP", "o7": "equals", "v4": "--",
"include_fields": "id, type, summary, priority, severity, status, assigned_to, depends_on", "order": "id" } </bugzilla>
P1 and P2 Bugs
<bugzilla>
{
"blocks":"1594226",
"status":["NEW", "ASSIGNED", "REOPENED"],
"priority":["P1", "P2"],
"include_fields": "id, summary, priority, severity, status, assigned_to, depends_on",
"order": "priority, assigned_to"
}
</bugzilla>
P3 and P5 Bugs (backlog)
<bugzilla>
{
"blocks":"1594226",
"status":["NEW", "ASSIGNED", "REOPENED"],
"priority":["P3", "P4", "P5"],
"include_fields": "id, summary, priority, severity, status, assigned_to, depends_on",
"order": "priority, assigned_to"
}
</bugzilla>