2244: API Request: Ability to determine if a review request is marked as "ship it" without having to iterate through reviews

Lesle******@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
Jan. 21, 2014
http://reviews.reviewboard.org/


What version are you running?
1.5.2

What's the URL of the page this enhancement relates to, if any?
http://www.reviewboard.org/docs/manual/1.5/webapi/2.0/resources/review-request/

Describe the enhancement and the motivation for it.
I'm working on writing an app that displays a list of pending reviews that have not already marked as ship it. Currently, in order to find out if a review is marked as "ship it", you need to make another json request for each review in the review request's list, and check if the review has marked the request as "ship it".

On the main dashboard, one can display an additional column that says how many "ship it" comments a request has. API like that would be exactly what I'm looking for.

What operating system are you using? What browser?
OS X 10.7

Please provide any additional information below.
david
#1 david
  • +Component-API
chipx86
#2 chipx86
Up for review at https://reviews.reviewboard.org/r/5284/
  • +PendingReview
  • +Milestone-Release2.0
  • +chipx86
david
#3 david
  • -PendingReview
    +Fixed