kria / TfsNotificationRelay

An extensible plugin for TFS that sends notifications to Slack, HipChat and IRC
GNU General Public License v3.0
116 stars 32 forks source link

Filtering out changeset comments from work item comments #48

Closed guillaumeviel closed 7 years ago

guillaumeviel commented 8 years ago

The ability to send work item comments (WorkItemComment) is great but the value is diluted as we can get flooded with changeset comments associated these work items.

Example:

Tom commented on Product Backlog Item #35367 - xxxxxxxx Comment Associated with changeset 10892: xxxxxxxxx

Would it be possible to add an option to filter the changeset comments out, so that we only receive real work items comments?

kria commented 7 years ago

Text filtering has been added, check out the example in the latest release.

guillaumeviel commented 7 years ago

Thanks a lot for this!