Hi, this is almost certainly a config issue, so i'd appreciate some help please....
Using TFS 2015 Update 2, patch 1.
Installed as directed on Wiki page for vNext Builds and regular TFS interaction. Currently only getting personal DMs for build statuses, nothing for Work Item assignments etc.
Using default configuration as follows:
<bot id="slackdm" type="DevCore.TfsNotificationRelay.Slack.DirectMessageNotifier, DevCore.TfsNotificationRelay.Slack" textId="slacktext" userMapId="slackusers">
<botSettings>
<add name="token" value="XXXXXXXXXXTOKEN HEREXXXXXXXXXXX" />
<add name="standardColor" value="#68217a" />
<add name="successColor" value="#1cb841" />
<add name="errorColor" value="#ca3c3c" />
<add name="wiCreatedDisplayFields" value="System.AreaPath, System.IterationPath, System.State, System.Reason, System.AssignedTo"/>
<add name="wiChangedDisplayFields" value="System.AreaPath, System.IterationPath, System.State, System.Reason, System.AssignedTo"/>
</botSettings>
<eventRules>
<rule notify="true" events="All" teamProjectCollection="" teamProject="" teamName="" gitRepository="" gitBranch="" gitTag="" areaPath="" workItemType="" workItemfields="System.State, System.AssignedTo" sourcePath="" buildDefinition="" buildStatuses="All" />
</eventRules>
</bot>
Hi, this is almost certainly a config issue, so i'd appreciate some help please....
Using TFS 2015 Update 2, patch 1.
Installed as directed on Wiki page for vNext Builds and regular TFS interaction. Currently only getting personal DMs for build statuses, nothing for Work Item assignments etc.
Using default configuration as follows: