Event handlers: Create custom work flows in TeamForge
When you add an event handler to your TeamForge site, you can automatically react to system
events in ways that help your site's project members or administrators.
How TeamForge event handlers work
The TeamForge custom event handling framework allows third-party event handlers to register for TeamForge-specific application events and notifies them whenever such an event occurs.
Event handler example: Execute a hook script
When a TeamForge event arrives, this event handler looks to see whether there is a script in the TeamForge file system with the name/operation of the event, and then calls that script with all information from the event contained within environment variables.
Event handler example: Hook scripts
These sample hook scripts should give you an idea how custom event handlers can be written. Feel free to adjust them to your own needs.