Re: RBTools API: get_review_requests() returning conflicting results with/without the counts_only option

2014-05-05 Thread Christian Hammond
This is due to a bug in older versions of Review Board, and was recently fixed. The 'next' link provided in the API was leaving out the query details. If you can upgrade Review Board, this should work correctly. Christian On Monday, May 5, 2014, Steve wrote: > The get_review_requests() functio

RBTools API: get_review_requests() returning conflicting results with/without the counts_only option

2014-05-05 Thread Steve
The get_review_requests() function appears to be working correctly to me when I use the counts_only option, but not when I leave that out. Below, I make calls to find out how many reviews are on my test server, and how many reviews are assigned directly to me: rr = client.get_review_reque