Skip to content

TfsNotificationRelay v1.11.0

Compare
Choose a tag to compare
@kria kria released this 07 Jul 22:22
· 111 commits to master since this release

Changelog

  • BuildSucceeded and BuildFailed events replaced by BuildCompleted.
  • A new rule filter buildStatuses has been added to filter statuses.
  • WorkItemStateChange and WorkItemAssignmentChange events replaced by
    WorkItemCreated and WorkItemChanged.
  • The new workItemfields rule filter
    controls which field changes generate a work item changed notification.
  • Field transitions now shown in notification for work item changes.
  • Which work item fields to display is now configured in bot settings.
  • New event WorkItemComment for when someone leaves a comment on a work item.
  • New workItemType filter.
  • New areaPath filter for work items.
  • New teamName filter which applies to most events.
  • Fix of change count calculation for Git commits.

If you're upgrading, make sure to update the config file to reflect the event changes and new text strings (workItemFieldTransitionFormat, commentedOn and comment).

Look in the wiki for which filter applies to which event.