This documentation covers Review Board 1.5.
You can select a version above or
view the latest documentation.
Review Request
Fields
| Field |
Type |
Description |
| branch |
String |
The branch the code applies to. |
| bugs_closed |
Array of
Strings |
A list of bug numbers/IDs referenced in
the review request. |
| changenum |
Integer |
The change number, or null. |
| description |
String |
The review request’s description. |
| id |
Integer |
The ID of the review request. |
| last_updated |
String |
The time the review request was last
updated. |
| public |
Booelan |
Whether or not the review request public. |
| status |
String |
The status of the review request.
This will be one of: discarded,
pending, or submitted. |
| submitter |
User |
The user who submited the review request. |
| testing_done |
String |
The testing done on the review request. |
| time_added |
String |
The time the review request was created. |
| summary |
String |
The review request’s summary. |
| repository |
Repository |
The repository the review request’s code
is on. |
| target_groups |
Array of
ReviewGroup |
The list of target review groups. |
| target_people |
Array of
User |
The list of target reviewers. |