CA/Closed CCADB Updates: Difference between revisions

Updated to the new way that CCADB SC uses Bugzilla Bugs to track enhancement requests.
m (Added whiteboard to the table)
(Updated to the new way that CCADB SC uses Bugzilla Bugs to track enhancement requests.)
 
Line 11: Line 11:
         "status": ["CLOSED", "RESOLVED", "VERIFIED"],
         "status": ["CLOSED", "RESOLVED", "VERIFIED"],
         "whiteboard":"ccadb-api",
         "whiteboard":"ccadb-api",
         "include_fields": "last_change_time, id, summary, status, resolution",
         "include_fields": "id, summary, resolution, last_change_time",
         "order": "last_change_time DESC"
         "order": "last_change_time DESC"
     }
     }
</bugzilla>
</bugzilla>


== Roadmap Items ==
== Bugs ==
<bugzilla>
<bugzilla>
     {
     {
         "component":"Common CA Database",
         "component":"Common CA Database",
         "status": ["CLOSED", "RESOLVED", "VERIFIED"],
         "status": ["CLOSED", "RESOLVED", "VERIFIED"],
         "whiteboard":"ccadb-roadmap",
         "whiteboard":"ccadb-bug",
         "include_fields": "whiteboard,last_change_time, id, summary, status, resolution",
         "include_fields": "id, summary, resolution, last_change_time",
         "order": "status_whiteboard DESC"
         "order": "last_change_time DESC"
     }
     }
</bugzilla>
</bugzilla>
Line 32: Line 32:
         "component":"Common CA Database",
         "component":"Common CA Database",
         "status": ["CLOSED", "RESOLVED", "VERIFIED"],
         "status": ["CLOSED", "RESOLVED", "VERIFIED"],
         "whiteboard":"ccadb-enhancement",
         "f1": "OP",
         "include_fields": "last_change_time, id, summary, status, resolution",
         "j1": "AND",
         "order": "last_change_time DESC"
         "f2": "status_whiteboard",
    }
         "o2": "nowordssubstr",
</bugzilla>
         "v2": "ccadb",
 
         "include_fields": "id, summary, resolution, last_change_time",
== Bugs ==
<bugzilla>
    {
        "component":"Common CA Database",
         "status": ["CLOSED", "RESOLVED", "VERIFIED"],
         "whiteboard":"ccadb-bug",
         "include_fields": "last_change_time, id, summary, status, resolution",
         "order": "last_change_time DESC"
         "order": "last_change_time DESC"
     }
     }
</bugzilla>
</bugzilla>
Confirmed users, Administrators
5,526

edits