Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Multiple Slack Teams #13

Open
shaneedwards opened this issue Sep 28, 2015 · 3 comments
Open

Handle Multiple Slack Teams #13

shaneedwards opened this issue Sep 28, 2015 · 3 comments

Comments

@shaneedwards
Copy link

I like the centralized team setup for ease of use, but would it be possible to add the ability to override the slack team settings on a specific project/build level? We are sharing TC with a couple of other groups that both have their own Slack teams, so the first team to do the setup is the only team that can get slack notifications.

If you could give us a spot to put the full slack URL (including the team name) and the api key in for each project/build then we could make this work for a much more complex setup.

Thanks for your work on this awesome plugin!

@shaneedwards shaneedwards changed the title Handle Multiple Teams Handle Multiple Slack Teams Sep 28, 2015
@cy6erskunk
Copy link
Contributor

@shaneedwards TeamCity notifications are set up per user/group.
For every user/group you have to provide

  • Slack Webhook URL
  • bot's username (overrides webhook default) to send notifications from
  • #channel or @user(overrides webhook default) to send notifications to

So you might use several users as a workaround:

  • different users might send notification to different channels
  • users could use their own webhooks
  • various project scopes might be configured for different users

@irobinson
Copy link
Contributor

@cy6erskunk nice option - we hadn't considered making use of user/group level configuration to accomplish that. I'll see if we can work out a proof in concept sometime in our environment and then add more info to the documentation. I think that'd be helpful for a lot of people out there.

@vleonov
Copy link

vleonov commented Aug 8, 2016

I think that'd be helpful for a lot of people out there.

Sure, it would be helpful for me too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants