Code Review Reports in TFS, Closing Comments vs. Over all Comments

1k views Asked by At

I'm writing a query in TFS that collect all the code reviews conducted in one project, I want to gather comments that have been added. In the field selections I can't find other that "closing comments", while in the code review itself it called overall comments, I'm confused, are those two the same?

1

There are 1 answers

0
Andy Li-MSFT On BEST ANSWER

They are not the same.

Closing Comments is the comment entered by the reviewer when closing the review request. Reference name=Microsoft.VSTS.CodeReview.ClosingComment. See Code review and feedback field reference for more information.

Overall Comments are the comments added by reviewers with the response while changing/fixing the code during the review.

enter image description here