CA/CCADB Dashboard: Difference between revisions

The previous bugzilla query stopped working for Enhancement Requests
m (sort bugs and enhancements by priority)
(The previous bugzilla query stopped working for Enhancement Requests)
 
(14 intermediate revisions by 2 users 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]].
== 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",
         "status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED"],  
         "resolution": "---",
         "whiteboard":"ccadb-roadmap",
         "status_whiteboard":"ccadb-api",
         "cf_blocking_b2g_type":"contains",
         "include_fields": "whiteboard, id, summary, last_change_time",
        "include_fields": ["id", "summary", "status", "whiteboard", "assigned_to", "last_change_time"],
         "order": "id"
         "order": "whiteboard DESC"
     }
     }
</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",
         "status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED"],  
         "resolution": "---",
         "whiteboard":"ccadb-bug",
         "whiteboard":"ccadb-bug",
         "cf_blocking_b2g_type":"contains",
         "include_fields": "priority, id, summary, last_change_time",
        "include_fields": ["id", "summary", "status", "priority", "assigned_to", "last_change_time"],
         "order": "priority ASC"
         "order": "priority"
     }
     }
</bugzilla>
</bugzilla>


== Enhancement Requests ==
== Enhancement Requests ==
<bugzilla>
The Priority values are used as follows:
    {
* P1 - Development in progress
        "component":"Common CA Database",
* P2 - Design in progress or complete
        "status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED"],  
* P3 - Prioritized, design document started
        "whiteboard":"ccadb-enhancement",
* P4 or not set - To be prioritized and scheduled later
        "cf_blocking_b2g_type":"contains",
 
        "include_fields": ["id", "summary", "status", "priority", "assigned_to", "last_change_time"],
'''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].
        "order": "priority"
    }
</bugzilla>


== Needs Whiteboard Tag ==
<bugzilla>
<bugzilla>
     {
     {
         "component":"Common CA Database",
         "component":"Common CA Database",
         "status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED"],  
         "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": ["id", "summary", "status", "priority", "assigned_to", "last_change_time"]
     }
     }
</bugzilla>
</bugzilla>
Confirmed users, Administrators
5,526

edits