Confirmed users
576
edits
(→Enhancement Requests: Fixed search query) |
(→CCADB API Access: Fixed query) |
||
| Line 14: | Line 14: | ||
<bugzilla> | <bugzilla> | ||
{ | |||
"product": "CA Program", | |||
"component": "Common CA Database", | |||
"status": ["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED"], | |||
"resolution": "---", | |||
"status_whiteboard_type": "allwordssubstr", | |||
"status_whiteboard": "ccadb-api", | |||
"include_fields": [ | |||
"id", | |||
"summary", | |||
"whiteboard", | |||
"last_change_time" | |||
], | |||
"order": "id", | |||
"limit": 200 | |||
} | |||
</bugzilla> | </bugzilla> | ||