I'm using Microsoft's online Team Foundation Service with Visual Studio 2012 Premium.
I performed a code review for a colleague a couple of months ago, and now another code review has come through for the same project.
I want to be able to view the comments I made on the first code review to make sure everything has actioned. However, I can't find anywhere in Visual Studio or TFS that shows me the previous code review's comments.
If you do not perform many code reviews, this may also be easier: In Team Explorer, under My Work, there is a Code Reviews section near the bottom. A subtle drop down menu can let you pick other choices, such as:
If you select "Recently Finished", you should be able to view your completed code reviews and pick the one you want from there.
In Visual Studio 2017 the link
Open Code Review in Team Explorer
might not appear. To display the link on code review work items go to the following starting from the main menu:Change
Open work items in:
fromDefault browser
toVisual Studio
.Now you can execute queries on work items of type
Microsoft.CodeReviewResponseCategory
orMicrosoft.CodeReviewRequestCategory
and the link should appear in the top left corner of the work item.Thank you user735232 for your comment, I added this as answer to make the solution more visible.
OK, I've found my answer by trial and error: