alexkvak / teamcity-slack

TeamCity Slack plugin
MIT License
124 stars 23 forks source link

I don't know if this plugin support personal notifications sent by the bot. #118

Closed nikolaigauss closed 3 years ago

nikolaigauss commented 3 years ago

Apologies if this has been answered before, I've been looking through the closed issues but it didn't seem clear to me if this is a thing or not.

Currently we've the Slack plugin configured in some build configurations to notify certain channels if a build job doesn't work, this works flawless.

What I'm also trying to achieve is for people to be able to use the plugin so that the bot DM the user (and I'm not sure if we call this personal notifications because there are also personal builds).

I've configured the notifications like this:

image

But I don't get any DM notifications from the app in Slack.

Hopefully all of that makes sense, if not let me know and I'll explain with more details.

Thanks!

alexkvak commented 3 years ago

Hi, @nikolaigauss

It seems that you asking about TeamCity core feature Slack Notifier

This plugin has another way to configuration. Please read README carefully. And yes, this plugin can send personal notifications and mention commiters in channels.

nikolaigauss commented 3 years ago

Hey, thanks for the quick turnaround! So I've checked the Slack Notifier and that's what I want, however I was wondering if I could use the plugin for that use case as well.

I've checked what you said about private notifications, I think you're reffering to this: image

What I don't understand is how these notifications work, will it try to send a DM message to the users involved in the changes that managed to break the build?

alexkvak commented 3 years ago

Yes, you understand this feature correct. Plugin should notify users whose changes was in the broken build.

nikolaigauss commented 3 years ago

Amazing sir, thank you very much, that's what I needed :).