Confirmed users
620
edits
Ethantseng (talk | contribs) (Create this page as a dashboard for dynamic FPI.) |
Ethantseng (talk | contribs) (Update the query for untriaged bug.) |
||
Line 4: | Line 4: | ||
== Untriaged == | == Untriaged == | ||
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> | <bugzilla> | ||
{ | |||
"o8": "equals", | |||
"o5": "equals", | |||
"query_format": "advanced", | |||
"f3": "bug_status", | |||
"f4": "priority", | |||
"v7": "Defect", | |||
"o4": "equals", | |||
"v1": "1549587", | |||
"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> | </bugzilla> | ||