1398: API to search reviews by bug ID and query review status
- New
- Review Board
alexande*********@gmai***** (Google Code) (Is this you? Claim this profile.) | |
1612 |
What version are you running? 1.0.4 Describe the enhancement and the motivation for it. I need an API to 1. search review(s) by bug ID 2. query review status: is review merked as "submitted", number of "ship it" comments, number of reviewers This functionality is needed to make checks from deliver script that review for activity that currently is in a progress passed and all remarks have been implemented.
Can some one help on this ? Even I have something based on this
We don't index bug IDs, and a query to get all review requests by bug ID doesn't scale. You can definitely get a review request with the API and get the submitted status. You can also look at all the reviews contained within and see the total and the number who marked it Ship It. So that's there today (assuming you're using 1.5.x and the new REST API).