English 中文(简体)
How to configure person to be notified if any check-in policy was avoided in TFS?
原标题:

We are using TFS 2008 and switched on "Work Items" check-in policy (requirement to assosiate check-in with 1 or more work items).

In this case developers still have an option to avoid following policy: they could mark “Override policy failure and continue checkin” check box and do commit without associating check-in to any work item.

AFAIK, email should be send to TL/TFS administrator about this.

How can I manage email recipients?

Thanks.

最佳回答

To configure the email for check-in policy override, you have to install the Team Foundation Server 2008 Power Tools, It will add the Alerts Explorer option to Team Menu in Visual Studio Client.

Go to Team -->Alert Explorer, Click on New Alert-->Check in Alerts-->Check-In to specific folder with policy override-->Click OK.

enter image description here

It will show the Alert Definition tab which will have a send to option where you can add the required email recipients.

enter image description here

问题回答

As far as I see, it should be done by each person who is interested in by configuring own alerts for case when PolicyOverrideComment is not empty.





相关问题
Why not use TFS as a build / CI solution?

Currently our build solution is set up using TFS + MS Build scripts. TFS is also being used as a CI server. I ve seen several posts on this site telling people about other CI solutions. Are there ...

Get files from TFS under Linux [closed]

is there a free (command line) tool for linux which with I can get all files from a TFS-Repository (no Check in / Check out required - only get actual version)?

upgrading tfs 2008 sp1 to use sql server 2008

I have an instance of tfs 2008 supported by sql server 2005. I want to change the sql server machine by doing a restore based move. I also want to change the version of sql server to 2008. I know ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

TFSReg in 2010 Beta 2?

does anybody know what is the equivalent of the TFSReg.exe command-line tool in 2010 Beta 2? I cannot find it anywhere, I searched the entire Program Files tree. Was it renamed? Moved? Replaced by ...

热门标签