Skip to content

TfsNotificationRelay v1.14.0

Compare
Choose a tag to compare
@kria kria released this 18 Oct 06:41
· 96 commits to master since this release

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.