4636: Issues waiting for verification are absent from ReviewRequest API

alexander

What version are you running?

3.0.2

What steps will reproduce the problem?

  1. Obtain ReviewRequest with issues marked as "Waiting for verification"
  2. Fetch it, for example, with curl https://reviews.reviewboard.org/api/review-requests/0/ -H "Accept: application/json"

What is the expected output? What do you see instead?

There is no field for waiting issues and they don't appear in any of the others (issue_resolved_count, issue_dropped_count, issue_open_count). If you have 1 resolved and 1 waiting issue, the counts would be 1, 0, 0 respectively.

I expect it to either have its own field or be present in issue_open_count (as they are neither fixed nor dropped yet).

What operating system are you using? What browser?

Debian 9.3, Chrome.

chipx86
#1 chipx86

We definitely want to add the field for the pending verification count. That was an oversight.

  • -New
    +Confirmed
  • +Release-3.0.x
  • +Component:API
    +EasyFix
#2 jtrang

Will take this.

david
#3 david

Fixed in release-3.0.x (f479737). This will ship in 3.0.3. Thanks!

  • -Confirmed
    +Fixed