-
Notifications
You must be signed in to change notification settings - Fork 249
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
Add documentation for Slack Workspace #3005
Conversation
0d3f6a1
to
4d7c39a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following is no longer true with the new method:
docs/pages/integrations/slack.md
Line 6 in 4d7c39a
Configuring a Slack notification service will authorize access for your desired channel. By default, notifications will be sent to all configured Slack channels. |
I wonder if it's worth breaking this whole integration into a separate page?
I also wonder if we should remove the section on "Legacy slack" now that we've added yet another version!
@@ -7,7 +7,21 @@ Configuring a Slack notification service will authorize access for your desired | |||
|
|||
Setting up a Notification Service requires Buildkite organization admin access. | |||
|
|||
## Adding a notification service | |||
## Adding notification services | |||
There are two ways to add notification services: workspace-wide and channel-specific. We reccomend using a workspace. Using a workspace only requires a single authorization for the entire workspace, allowing you to connect channels via YAML rather than multiple notifications services. The migration to a Workspace will not impact current integration implementation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reckon it's also worth calling out that the workspace integration adds support for Slack mentions, specifically because we request an additional scope to read user email addresses.
@@ -7,7 +7,21 @@ Configuring a Slack notification service will authorize access for your desired | |||
|
|||
Setting up a Notification Service requires Buildkite organization admin access. | |||
|
|||
## Adding a notification service | |||
## Adding notification services | |||
There are two ways to add notification services: workspace-wide and channel-specific. We reccomend using a workspace. Using a workspace only requires a single authorization for the entire workspace, allowing you to connect channels via YAML rather than multiple notifications services. The migration to a Workspace will not impact current integration implementation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two ways to add notification services: workspace-wide and channel-specific. We reccomend using a workspace. Using a workspace only requires a single authorization for the entire workspace, allowing you to connect channels via YAML rather than multiple notifications services. The migration to a Workspace will not impact current integration implementation. | |
There are two ways to add notification services: workspace-wide and channel-specific. We recommend using a workspace. Using a workspace only requires a single authorization for the entire workspace, allowing you to connect channels via YAML rather than multiple notifications services. The migration to a Workspace will not impact current integration implementation. |
We're in the process of rolling out some changes to the Slack Integration. This PR addresses: