Confirmed users, Administrators
5,526
edits
m (Add Severity column to help with priorities.) |
(Updated to the new way that CCADB SC uses Bugzilla Bugs to track enhancement requests.) |
||
Line 1: | Line 1: | ||
= Dashboard for Common CA Database Updates = | = Dashboard for Common CA Database Updates = | ||
== CCADB API Access== | == CCADB API Access== | ||
Line 11: | Line 9: | ||
"resolution": "---", | "resolution": "---", | ||
"status_whiteboard":"ccadb-api", | "status_whiteboard":"ccadb-api", | ||
"include_fields": "whiteboard, id, summary | "include_fields": "whiteboard, id, summary, last_change_time", | ||
"order": "status_whiteboard ASC, assigned_to DESC" | "order": "status_whiteboard ASC, assigned_to DESC" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
== | == Bugs == | ||
Bugs that unintentionally remove pre-existing functionality or negatively impact CCADB users should have priority over Enhancements, and should be set to P1. Low impact bugs will start at P4 and be considered with ERs. If it's a low LOE bug (less than 4 hours of work) it can go from P4 to P1 without prioritization/design. | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
Line 48: | Line 22: | ||
"resolution": "---", | "resolution": "---", | ||
"whiteboard":"ccadb-bug", | "whiteboard":"ccadb-bug", | ||
"include_fields": "priority, id, summary | "include_fields": "priority, id, summary, last_change_time", | ||
"order": "priority ASC, assigned_to DESC" | "order": "priority ASC, assigned_to DESC" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
== Enhancement Requests == | |||
The Priority values are used as follows: | |||
* P1 - Development in progress | |||
* P2 - Design complete | |||
* P3 - Prioritized | |||
* P4 or not set - To be prioritized and scheduled later | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
Line 65: | Line 43: | ||
"o2": "nowordssubstr", | "o2": "nowordssubstr", | ||
"v2": "ccadb", | "v2": "ccadb", | ||
"include_fields": "priority, id, summary | "include_fields": "priority, id, summary,last_change_time" | ||
} | } | ||
</bugzilla> | </bugzilla> |