Confirmed users
566
edits
m (sorted the tables) |
m (json formatting) |
||
| Line 1: | Line 1: | ||
== Approved Requests == | == Approved Requests == | ||
<bugzilla> | <bugzilla> | ||
{ | |||
"product": "CA Program", | |||
"component":"CA Certificate Root Program", | |||
"status":["CLOSED", "RESOLVED", "VERIFIED"], | |||
"resolution":["FIXED"], | |||
"status_whiteboard":"Approved", | |||
"include_fields": ["id", "summary", "whiteboard", "last_change_time"], | |||
"order": "status_whiteboard" | |||
} | |||
</bugzilla> | </bugzilla> | ||
== Denied Requests == | == Denied Requests == | ||
<bugzilla> | <bugzilla> | ||
{ | |||
"product": "CA Program", | |||
"component":"CA Certificate Root Program", | |||
"status":["CLOSED", "RESOLVED", "VERIFIED"], | |||
"resolution":["WONTFIX","INVALID","INCOMPLETE"], | |||
"include_fields": ["id", "summary", "resolution", "whiteboard", "last_change_time"], | |||
"order": "resolution" | |||
} | |||
</bugzilla> | </bugzilla> | ||