I have added an extra event handler to the TFS Event Handler (Prototype) , and this makes two.
Assigned To Handler
The Assigned to handler send a users an email when a work item is assigned to them unless they did the assigning themselves.
Reassigned Handler
The reassigned handler send an email to a user to whom a work item used to be assigned, letting them know that they no longer have that piece of work in their list.
These handlers are easily added to a current deployment and are packaged together. You will need to update the version of your prototype deployment by downloading the latest version, but it does fix a number of found bugs.
Once you have the new version, download the Assignment Handlers rar file from the release page and extract them into the “c:Program FilesRDdotNetRDdotNet Team Server Event Handler (Prototype)EventHandlersWorkItemTracking” folder.
Stop the “TFS Event Handler (Prototype)” service and open the “RDdotNet .TFSEventHandler.exe.config” file with notepad.
if you want the AssignedToHandler to work ad the following line:
<Handler type="RDdotNet.TeamFoundation.WorkItemTracking.AssignedToHandler" assemblyFileName="RDdotNet.TeamFoundation.WorkItemTracking.Assignement.dll" assemblyFileLocation="~EventHandlersWorkItemTracking"> </Handler>
And if you want the Reassigned handler to work add the following line:
<Handler type="RDdotNet .TeamFoundation.WorkItemTracking.ReAssignedHandler"
assemblyFileName="RDdotNet .TeamFoundation.WorkItemTracking.Assignement.dll"
assemblyFileLocation="~EventHandlersWorkItemTracking">
</Handler>
If you want both to work…then add both…easy.
Smart Classifications
Each classification [Concepts, Categories, & Tags] was assigned using AI-powered semantic analysis and scored across relevance, depth, and alignment. Final decisions? Still human. Always traceable. Hover to see how it applies.
What to read next
TFS Event Handler (Prototype) Refresh
Bug fixes and updates for the TFS Event Handler Prototype, now supporting .NET 3.5 and Visual Studio 2008. Includes installer refresh and …
TFS Event Handler for Team Foundation Server 2010
Explains how to create and customise event handlers for Team Foundation Server 2010, covering supported events for version control, builds, …
Creating your own Event Handler
Learn how to create custom event handlers for Team Foundation Server by inheriting from AEventHandler, implementing IsValid and Run methods, …
Detecting agile theatre with real delivery signals
Why Most Companies Operating Models Fail in Dynamic Markets
A concise comparison of Predictive and Adaptive Operating Models, explaining why traditional structures fail in dynamic markets and how …
Don’t Manage Dependencies, Remove Them
Explains why dependencies are a sign of poor system design and outlines steps to eliminate them by aligning teams, clarifying ownership, and …
The Estimation Trap: How Tracking Accuracy Undermines Trust, Flow, and Value in Software Delivery
Tracking estimation accuracy in software delivery leads to mistrust, fear, and distorted behaviours. Focus on customer value, flow, and …
Flow of Value vs Flow of Work – Misnomer or Useful Shorthand?
Compares “flow of value” and “flow of work” in Kanban, explaining why only validated outcomes count as value and stressing the need for …
Why Outsourcing DevOps Fails, and How Real Engineering Excellence Starts With Your Team
Avoid DevOps vendor lock-in, discover how true engineering excellence starts with partnership, not outsourcing. Ready to transform your …