Confirmed users, Administrators
5,526
edits
m (ordering in default (ascending) would be fine) |
(The previous bugzilla query stopped working for Enhancement Requests) |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= Dashboard for Common CA Database Updates = | = Dashboard for Common CA Database Updates = | ||
== CCADB API Access== | |||
Requests for API access to the CCADB as per https://github.com/mozilla/CCADB-Tools/tree/master/API_AddUpdateIntermediateCert | |||
To file a [https://bugzilla.mozilla.org/enter_bug.cgi?product=CA+Program&component=Common+CA+Database CCADB API Access Request], use: | |||
<br /> | |||
Product: CA Program | |||
<br /> | |||
Component: Common CA Database | |||
<br /> | |||
Whiteboard: [ccadb-api] | |||
<br /> | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"component":"Common CA Database", | "component":"Common CA Database", | ||
" | "resolution": "---", | ||
" | "status_whiteboard":"ccadb-api", | ||
" | "include_fields": "whiteboard, id, summary, last_change_time", | ||
"order": "id" | |||
"order": " | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
== Bugs == | == 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. | |||
To file a [https://bugzilla.mozilla.org/enter_bug.cgi?product=CA+Program&component=Common+CA+Database CCADB Bug], use: | |||
<br /> | |||
Product: CA Program | |||
<br /> | |||
Component: Common CA Database | |||
<br /> | |||
Whiteboard: [ccadb-bug] | |||
<br /> | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"component":"Common CA Database", | "component":"Common CA Database", | ||
" | "resolution": "---", | ||
"whiteboard":"ccadb-bug", | "whiteboard":"ccadb-bug", | ||
" | "include_fields": "priority, id, summary, last_change_time", | ||
"order": "priority ASC" | |||
"order": "priority" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
== Enhancement Requests == | == Enhancement Requests == | ||
The Priority values are used as follows: | |||
* P1 - Development in progress | |||
* P2 - Design in progress or complete | |||
* P3 - Prioritized, design document started | |||
* P4 or not set - To be prioritized and scheduled later | |||
'''Important''': Do not enter a value into the Whiteboard field to file a [https://bugzilla.mozilla.org/enter_bug.cgi?product=CA+Program&component=Common+CA+Database CCADB Enhancement Request]. | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"component":"Common CA Database", | "component":"Common CA Database", | ||
" | "resolution": "---", | ||
" | "include_fields": "priority, id, summary,whiteboard, last_change_time", | ||
"order": "priority ASC" | |||
" | |||
} | } | ||
</bugzilla> | </bugzilla> |