CA/Closed CCADB Updates: Difference between revisions

Jump to navigation Jump to search
Fixed search queries
(Updated to the new way that CCADB SC uses Bugzilla Bugs to track enhancement requests.)
(Fixed search queries)
Line 7: Line 7:


<bugzilla>
<bugzilla>
    {
{
        "component":"Common CA Database",
  "product": "CA Program",
        "status": ["CLOSED", "RESOLVED", "VERIFIED"],
  "component": "Common CA Database",
        "whiteboard":"ccadb-api",
  "status": ["RESOLVED", "VERIFIED", "CLOSED"],
        "include_fields": "id, summary, resolution, last_change_time",
  "status_whiteboard_type": "allwordssubstr",
        "order": "last_change_time DESC"
  "status_whiteboard": "ccadb-api",
    }
  "include_fields": [
    "id",
    "summary",
    "resolution",
    "last_change_time"
  ],
  "order": "last_change_time"
}
</bugzilla>
</bugzilla>


== Bugs ==
== Bugs ==
<bugzilla>
<bugzilla>
    {
{
        "component":"Common CA Database",
  "product": "CA Program",
        "status": ["CLOSED", "RESOLVED", "VERIFIED"],
  "component": "Common CA Database",
        "whiteboard":"ccadb-bug",
  "status": ["RESOLVED", "VERIFIED", "CLOSED"],
        "include_fields": "id, summary, resolution, last_change_time",
  "status_whiteboard_type": "allwordssubstr",
        "order": "last_change_time DESC"
  "status_whiteboard": "ccadb-bug",
    }
  "include_fields": [
    "id",
    "summary",
    "resolution",
    "last_change_time"
  ],
  "order": "last_change_time"
}
</bugzilla>
</bugzilla>


== Enhancement Requests ==
== Enhancement Requests ==
<bugzilla>
<bugzilla>
    {
{
        "component":"Common CA Database",
  "product": "CA Program",
        "status": ["CLOSED", "RESOLVED", "VERIFIED"],
  "component": "Common CA Database",
        "f1": "OP",
  "status": ["RESOLVED", "VERIFIED", "CLOSED"],
        "j1": "AND",
 
        "f2": "status_whiteboard",
  "f1": "OP",
        "o2": "nowordssubstr",
  "j1": "AND",
        "v2": "ccadb",
  "f2": "status_whiteboard",
        "include_fields": "id, summary, resolution, last_change_time",
  "o2": "nowordssubstr",
        "order": "last_change_time DESC"
  "v2": "ccadb",
    }
 
  "include_fields": [
    "id",
    "summary",
    "resolution",
    "last_change_time"
  ],
  "order": "last_change_time",
  "limit": 200
}
</bugzilla>
</bugzilla>
Confirmed users
569

edits

Navigation menu