0

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.

Budda
  • 18,015
  • 33
  • 124
  • 206

2 Answers2

2

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

Jehan33
  • 3,780
  • 2
  • 21
  • 16
0

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.

Budda
  • 18,015
  • 33
  • 124
  • 206