Comment 1 for bug 264905

Revision history for this message
Björn Tillenius (bjornt) wrote :

I would like to be able to access merge proposals via the API as well. I'm more interested in the review side of it, though.

What I want to do is:

  * List all open review requests (both filtering on reviewer, and get all open reviews for a project)
  * Get basic information about the review request, status, comments, existing reviews, who added the merge request, which branch it is, the diff (if available).
  * Manipulate meta-data. More specifically, I want to vote and change the status of the merge proposal. But also change the whiteboard and add comments.