TfsNotificationRelay v1.14.0
Changelog
TFS 2013 and 2015
Check-in messages are now truncated on newline or commentMaxLength
. Work item comments are now truncated on discussionCommentMaxLength
(new setting - add it to your config if you're updating).
TFS 2015 only
Three new events added for when someone comments on a check-in, git commit or pull request.
- GitCommitComment
- PullRequestComment
- ChangesetComment
The discussion comment feature exists in both TFS 2013 and 2015, but I couldn't find an event for it in TFS 2013.
The discussion notifications need these three new text formats in the config: commitCommentFormat
, pullRequestCommentFormat
and changesetCommentFormat
.