0

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?

Stephen Kennedy
  • 20,585
  • 22
  • 95
  • 108
Mindan
  • 979
  • 6
  • 17
  • 37

1 Answers1

0

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

Andy Li-MSFT
  • 28,712
  • 2
  • 33
  • 55