As a reviewer
In this topic: |
As a reviewer
As a reviewer, you are a software developer and subject matter expert who is responsible for commenting on submitted code reviews and assigning actions. You are a peer of the committer. You are responsible for ensuring the quality of the software by taking care to discover and raise any potential defects or problem areas in the submitted code review. You are ultimately responsible for approving or rejecting the code review.
Commenting and assigning actions in a code review
- Log into Code Review, if you have not already done so.
- Access your feed and click on Add comment within the desired revision.
- Type in your desired text and click Save to add your comment to the revision. Anyone involved with the commit will see your comment in their own feed, search results or revision view.
From the diff view, you can add comments as well as assign yourself and other participants action items to work on.
Action items appear on the participant's to do feed. Actions are also tracked in the global Action report, and both comments and actions are tracked in the User Activity report.
- Move the mouse pointer over the line number of code where you want to comment or assign an action.
- The Add Comment or Action box appears.
- Click Add comment or Add action.
- For comments, enter your comment and click Save. For actions, enter an action and an assignee (the default assignee is the person who committed the file) and click Save.
Comments are saved as pure text. Comments added to the code are highlighted in yellow in the diff view and on your feed page. Note that if a line of code containing comments or actions is deleted from a file, you will not be able to see comments or actions for that line of code.
Approving or rejecting a code review
If another participant invites you to a code review, the code review will show up in your to do feed.
Click the revision or code review label to view it. You can either approve or reject the code review, with the links on the right. Until you do so, the review's status will be listed as "pending".

The approve and reject buttons only appear when you've been invited by the person who set up the code review. If a code review is rejected, you can reference the rejected review when you submit a new version of your code for review. See Setting up a pre-checkin code review.