Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to re-open code review?

I made a mistake while using Team Server Foundation. I had requested a code review and also added myself as a reviewer so I could add comments on each file. Once finished, I closed the review without realizing it would close it for everyone else.

How do I re-open a closed review? All it gives me is grayed out text or no available actions anywhere I try to open it (Source Control Explorer, Team Explorer, and Web).

like image 288
Joshua Dannemann Avatar asked May 27 '15 17:05

Joshua Dannemann


People also ask

How do I delete a code review?

Open a file in code review. Add a comment for a line. Click either 'Edit' or 'Delete' on the line comment in the Code Review file list.

How do I view code review comments in Visual Studio?

Click on the badge and the extension will open the Team Explorer "My Work" page. "My Work" page will have Code Review Comments section at the bottom. As you can see two code reviews have bold font, meaning those two reviews have new related comments (comments to your code review or replies on your comments).


1 Answers

You can't but you can still view the review.

  1. In visual studio, in the Team Explorer panel click on Pending Changes. Pending Changes

  2. Click on Action and select Find Shelvesets.

  3. Enter your username in the research box.

    enter image description here

  4. In the list click on the code review you want to open.

  5. The view as change for the Shelvesets Details.

  6. In the Related Work Items section. Open the work item for the review.

    enter image description here

  7. And there it is.

like image 77
XOR Avatar answered Sep 21 '22 23:09

XOR