Spaceman Spiff
Spaceman Spiff

Reputation: 73

Team System notification of unassociated checkins

How can I be notified when someone checks a file into Team System and doesn't associate it with a work item?

Upvotes: 1

Views: 99

Answers (1)

Spaceman Spiff
Spaceman Spiff

Reputation: 73

Use the very cool team foundation server event subscription tool. You can find the tool here: http://www.codeplex.com/tfseventsubscription. Once installed, setup a subscription with the following parameters:

  • XPath: PolicyOverrideComment <> ''
  • Event: CheckinEvent

Upvotes: 1

Related Questions