CA/CCADB Dashboard: Difference between revisions

The previous bugzilla query stopped working for Enhancement Requests
m (Added link to CCADB Steering Committee document)
(The previous bugzilla query stopped working for Enhancement Requests)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Dashboard for Common CA Database Updates =
= Dashboard for Common CA Database Updates =


Priorities and whiteboard tags are described [[CA/Bug_Triage#Common_CA_Database_.28CCADB.29|here]], and are determined by the [https://docs.google.com/document/d/1-w4FpfDKboL6bBnRa73Eelu0UCKvl3jt4ryE7R0Lc5U/edit?usp=sharing CCADB Steering Committee].
== 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 />


== Roadmap Items ==
<bugzilla>
<bugzilla>
     {
     {
         "component":"Common CA Database",
         "component":"Common CA Database",
         "resolution": "---",
         "resolution": "---",
         "status_whiteboard":"ccadb-roadmap",
         "status_whiteboard":"ccadb-api",
         "include_fields": "whiteboard, id, summary, status, assigned_to, last_change_time",
         "include_fields": "whiteboard, id, summary, last_change_time",
         "order": "status_whiteboard ASC, assigned_to DESC"
         "order": "id"
     }
     }
</bugzilla>
</bugzilla>


== Enhancement Requests ==
== Bugs ==
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]].
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>
To file a [https://bugzilla.mozilla.org/enter_bug.cgi?product=CA+Program&component=Common+CA+Database CCADB Bug], use:
    {
<br />
        "component":"Common CA Database",
Product: CA Program
        "resolution": "---",
<br />
        "whiteboard":"ccadb-enhancement",
Component: Common CA Database
        "cf_blocking_b2g_type":"contains",
<br />
        "include_fields": "priority, id, summary, status, assigned_to, last_change_time",
Whiteboard: [ccadb-bug]
        "order": "priority ASC, assigned_to DESC"
<br />
    }
</bugzilla>


== Bugs ==
<bugzilla>
<bugzilla>
     {
     {
Line 35: Line 40:
         "resolution": "---",
         "resolution": "---",
         "whiteboard":"ccadb-bug",
         "whiteboard":"ccadb-bug",
         "include_fields": "priority, id, summary, status, assigned_to, last_change_time",
         "include_fields": "priority, id, summary, last_change_time",
         "order": "priority ASC, assigned_to DESC"
         "order": "priority ASC"
     }
     }
</bugzilla>
</bugzilla>


== 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].


== Needs Whiteboard Tag ==
<bugzilla>
<bugzilla>
     {
     {
         "component":"Common CA Database",
         "component":"Common CA Database",
         "resolution": "---",
         "resolution": "---",
         "f1": "OP",
         "include_fields": "priority, id, summary,whiteboard, last_change_time",
        "j1": "AND",
         "order": "priority ASC"
        "f2": "status_whiteboard",
        "o2": "nowordssubstr",
        "v2": "ccadb",
         "include_fields": "priority, id, summary, status, assigned_to, last_change_time"
     }
     }
</bugzilla>
</bugzilla>
Confirmed users, Administrators
5,526

edits