Confirmed users
569
edits
(Updated to the new way that CCADB SC uses Bugzilla Bugs to track enhancement requests.) |
(Fixed search queries) |
||
| Line 7: | Line 7: | ||
<bugzilla> | <bugzilla> | ||
{ | |||
"product": "CA Program", | |||
"component": "Common CA Database", | |||
"status": ["RESOLVED", "VERIFIED", "CLOSED"], | |||
"status_whiteboard_type": "allwordssubstr", | |||
"status_whiteboard": "ccadb-api", | |||
"include_fields": [ | |||
"id", | |||
"summary", | |||
"resolution", | |||
"last_change_time" | |||
], | |||
"order": "last_change_time" | |||
} | |||
</bugzilla> | </bugzilla> | ||
== Bugs == | == Bugs == | ||
<bugzilla> | <bugzilla> | ||
{ | |||
"product": "CA Program", | |||
"component": "Common CA Database", | |||
"status": ["RESOLVED", "VERIFIED", "CLOSED"], | |||
"status_whiteboard_type": "allwordssubstr", | |||
"status_whiteboard": "ccadb-bug", | |||
"include_fields": [ | |||
"id", | |||
"summary", | |||
"resolution", | |||
"last_change_time" | |||
], | |||
"order": "last_change_time" | |||
} | |||
</bugzilla> | </bugzilla> | ||
== Enhancement Requests == | == Enhancement Requests == | ||
<bugzilla> | <bugzilla> | ||
{ | |||
"product": "CA Program", | |||
"component": "Common CA Database", | |||
"status": ["RESOLVED", "VERIFIED", "CLOSED"], | |||
"f1": "OP", | |||
"j1": "AND", | |||
"f2": "status_whiteboard", | |||
"o2": "nowordssubstr", | |||
"v2": "ccadb", | |||
"include_fields": [ | |||
"id", | |||
"summary", | |||
"resolution", | |||
"last_change_time" | |||
], | |||
"order": "last_change_time", | |||
"limit": 200 | |||
} | |||
</bugzilla> | </bugzilla> | ||