Issue 2102: Gerrit Query - Add Reviewer details (name and email) who are added but have not been scoring on the change
Status:  ChangeUnderReview
Owner: ----
Reported by mani.cha...@gmail.com, Sep 4, 2013
Hi,

Here's one feature request to Gerrit query command:
(http://gerrit-documentation.googlecode.com/svn/Documentation/2.6/cmd-query.html)

When doing a gerrit query like this:
ssh -p 29418 gerritserver gerrit query --format JSON --patch-sets --all-approvals <change ID>

Above query (along with other details) lists the reviewer details who have acted on the change only.

It will be good to have the user details who are also added as reviewers but have not been acting on the change yet.

It would be nice to have something like this available:
currentReviewers:{Reviewer1:{"name":"Reviewer One",
"email":"reviewer.one@somewhere.com"},
Reviewer2:{"name":"Reviewer Two",
"email":"reviewer.two@somewhere.com"}}

You can do it the other way around, ask which changes a developer is added as a reviewer on by doing this: 

ssh -p 29418 gerritserver gerrit query --format JSON reviewer:<email_address>

Then you can get the changes that a developer is assigned to, so obviously the information is there, so it is just a matter of allowing it to be returned with the 1st query type.
Oct 2, 2013
Project Member #1 david.pu...@sonymobile.com
https://gerrit-review.googlesource.com/#/c/50217/
Status: ChangeUnderReview