1398: API to search reviews by bug ID and query review status

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.
david
#1 david
  • +Component-API
chipx86
#2 chipx86
#3 prasan*******@gmai***** (Google Code) (Is this you? Claim this profile.)
Can some one help on this ? Even I have something based on this
chipx86
#4 chipx86
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).