Confirmed users, Administrators
5,526
edits
m (cleaned up bugzilla queries a bit) |
m (changed order of the tables) |
||
Line 14: | Line 14: | ||
</bugzilla> | </bugzilla> | ||
== | == Enhancement Requests == | ||
The Priority values are used to indicate the items that are being actively worked on, what needs to be started soon, ongoing projects, and work to be scheduled later as described [[CA/Bug_Triage#Common_CA_Database_.28CCADB.29|here]]. | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"component":"Common CA Database", | "component":"Common CA Database", | ||
"resolution": "---", | "resolution": "---", | ||
"whiteboard":"ccadb- | "whiteboard":"ccadb-enhancement", | ||
"cf_blocking_b2g_type":"contains", | |||
"include_fields": "priority, id, summary, status, assigned_to, last_change_time", | "include_fields": "priority, id, summary, status, assigned_to, last_change_time", | ||
"order": "priority ASC, assigned_to DESC" | "order": "priority ASC, assigned_to DESC" | ||
Line 25: | Line 29: | ||
</bugzilla> | </bugzilla> | ||
== | == Bugs == | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"component":"Common CA Database", | "component":"Common CA Database", | ||
"resolution": "---", | "resolution": "---", | ||
"whiteboard":"ccadb- | "whiteboard":"ccadb-bug", | ||
"include_fields": "priority, id, summary, status, assigned_to, last_change_time", | "include_fields": "priority, id, summary, status, assigned_to, last_change_time", | ||
"order": "priority ASC, assigned_to DESC" | "order": "priority ASC, assigned_to DESC" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
== Needs Whiteboard Tag == | == Needs Whiteboard Tag == |