alexkvak / teamcity-slack

TeamCity Slack plugin
MIT License
124 stars 23 forks source link

Setup the slack name for a user? #93

Closed freakmoder closed 4 years ago

freakmoder commented 4 years ago

Hi,

I have a more general question. How can I set up the slack name for a teamcity user? I checked the box to send private messages when a build failed but this doesn't really work. The same issue exist for the "mentions" in the message. I guess the problem is that the users have different user names on slack than on teamcity. How can I set up the slack name for a teamcity user that the plugin can correctly assign the slack user for private messages and "mentions" in the teamcity message?

Thanks Frank

alexkvak commented 4 years ago

Hi,

take a look at #33 and #16

freakmoder commented 4 years ago

Hi Alex, thanks for your feedback, I will check this. Unfortunately this is not mentioned in the documentation. I thin it should be somehow there as this is not really obvious. Most of the slack plugins that I used before let you configure your slack user name to link the messages.

alexkvak commented 4 years ago

@freakmoder but you can modify sender name in global plugin settings. See https://raw.githubusercontent.com/alexkvak/teamcity-slack/master/_doc/plugin-setup.png

It would be great if you make PR with some documentation changes that make these things clear for you and all other users :)

Thanks!

alexkvak commented 4 years ago

@freakmoder is it closed completely by #94?