Comment #4 on issue 1133 by diwakergupta: API to obtain reviews for the logged in user
http://code.google.com/p/reviewboard/issues/detail?id=1133

I'm aware of this API. However, the problem is calling this API without having to specify the username. Consider this concrete example. Say I want to extend post-
review to list all of my unsubmitted reviews:

$ post-review.py --list

In the common case, I already have a valid cookie, so post-review won't ask for my username. As a consequence, when post-review runs, it doesn't explicitly know the username at all. The whole point of this issue was that there is no mechanism to list the issues for the "current/logged in" user, nor is there a mechanism to fetch the
username of the logged-in user.

I hope that clarifies. IIUC, the API still hasn't changed to support the behavior
described in this issue.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to