View all new posts in TFS code reviews, regardless of the status of the code check

Team Explorer in Visual Studio provides a drop-down selector to indicate which state of the viewed codes should be listed. The following options are available:

My Code Reviews and Requests (open)
My Code Reviews (open/mine)
Incoming Requests (open/others)
Recently Closed (closed)
Recently Finished (finished)

(I explained each entry above with state and ownership for clarity.)

Regardless of the state in which this code review is present, if someone publishes a new comment on this code review, all recipients will receive a visual notification in Team Explorer, softening this code review in the list (just like new messages in Outlook are encouraged )

The problem is this: I keep the list open until My Code Reviews and Requestsmost of the time, so I would never notice that someone posted a comment on viewing the code finished. finishedin the context of code reviews, it simply means that I have finished posting my comments in the review, but I'm still interested to know what other reviewers have to say.

There are several ways:

  • Switch to the look and check my inbox (or the folder into which notifications about viewing the code are automatically redirected).
  • In Team Explorer, navigate to recently closed or recently completed.

But both of them interrupt my workflow. Is there anyway viewing all new messages at a time, regardless of the status of its viewing code?

+4
1

"Team Explorer" " ", "Open Query", , .

, , - , , , :

Team Project = @Project
AND ("Work Item Type" In Group "Code Review Request Category"
  OR "Work Item Type" In Group "Code Review Response Category")
AND ("Assigned To" = @Me
  OR "Assigned To" Was Ever @Me
  OR "Reviewed By" = @Me
  OR "Reviewed By" Was Ever @Me")
AND "Closed Date" >= "@Today - 14")

, :

TFS Query within VS-2013

- , " " , , .

Contribute, Teries Shared Queries, .

+4

Source: https://habr.com/ru/post/1546225/


All Articles