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