An extensible plugin for TFS that sends notifications to Slack, HipChat and IRC
TfsNotificationRelay is an extensible plugin for Team Foundation Server that sends notifications to Slack, HipChat and IRC.
*TFS 2015 only
Since the TFS API changes quite frequently, there are multiple editions of TfsNotificationRelay. Make sure you pick the correct one for your system.
Discontinued support (last builds available in v1.16.0):
Download from releases.
See the wiki on how to install and configure TfsNotificationRelay.
Visual Studio 2015 is required since TfsNotificationRelay uses C# 6. All needed TFS dependecies are included, so you should be able to just clone and build.
Branch |
Description | Status |
---|
master| TfsNotificationRelay for TFS 2017.2 |
tfs2017.1| TfsNotificationRelay for TFS 2017.1 |
tfs2017| TfsNotificationRelay for TFS 2017 |
tfs2015| TfsNotificationRelay for TFS 2015.2+ |
tfs2013| TfsNotificationRelay for TFS 2013.2+ |
TfsNotificationRelay can easily be extended to send notifications to other services. Notifier modules referenced in the configuration file will be loaded dynamically at run time, so TfsNotificationRelay doesn't have to be recompiled.
INotifier. Take a look at the
SlackNotifierclass for pointers.
DevCore.TfsNotificationRelay.dll.configwith the correct assembly-qualified type name and settings.
Copyright (C) 2014-2017 Kristian Adrup
TfsNotificationRelay is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See included file COPYING for details.