summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-04-18 18:44:45 -0400
committerFrederic Guillot <fred@kanboard.net>2015-04-18 18:44:45 -0400
commit370b5a0fd7c1dba60e3b973506ba087adba42be0 (patch)
tree8da109b4fc90062d6eebb69d4ae2efca4da1bac3 /docs
parentf53bb88d10836e5c31efb958683d8bf3829eecbf (diff)
Add Slack and Hipchat integrations for each projects
Diffstat (limited to 'docs')
-rw-r--r--docs/hipchat.markdown11
-rw-r--r--docs/slack.markdown11
2 files changed, 18 insertions, 4 deletions
diff --git a/docs/hipchat.markdown b/docs/hipchat.markdown
index 45d93eb2..66cf9fdc 100644
--- a/docs/hipchat.markdown
+++ b/docs/hipchat.markdown
@@ -1,6 +1,13 @@
Hipchat integration
===================
+You can send notifications to Hipchat for all projects or only for specific projects.
+
+- To send notifications for all projects, go to **Settings > Integrations > Hipchat**
+- To send notifications for only some projects, go to **Project settings > Integrations > Hipchat**
+
+Each project can send notifications to a separate room.
+
Send notifications to a room
-----------------------------
@@ -23,9 +30,9 @@ This feature use the room notification token system of Hipchat.
![Hipchat settings](http://kanboard.net/screenshots/documentation/hipchat-settings.png)
-1. Go to **Settings > Integrations > Hipchat**
+1. Go to **Settings > Integrations > Hipchat** or **Project settings > Integrations > Hipchat**
2. Replace the API url if you use the self-hosted version of Hipchat
3. Set the room name or the room API ID
4. Copy and paste the token generated previously
-Now, all Kanboard events will be sent to the Hipchat room.
+Now, Kanboard events will be sent to the Hipchat room.
diff --git a/docs/slack.markdown b/docs/slack.markdown
index 89e3006b..af60d38e 100644
--- a/docs/slack.markdown
+++ b/docs/slack.markdown
@@ -1,6 +1,13 @@
Slack integration
=================
+You can send notifications to Slack for all projects or only for specific projects.
+
+- To send notifications for all projects, go to **Settings > Integrations > Slack**
+- To send notifications for only some projects, go to **Project settings > Integrations > Slack**
+
+Each project can send notifications to a separate channel.
+
Send notifications to a channel
-------------------------------
@@ -16,6 +23,6 @@ This feature use the [Incoming webhook](https://api.slack.com/incoming-webhooks)
1. Click on the Team dropdown and choose **Configure Integrations**
2. On the list of services, scroll-down and choose **DIY Integrations & Customizations > Incoming WebHooks**
-3. Copy the webhook url to the Kanboard settings page: **Settings > Integrations > Slack**
+3. Copy the webhook url to the Kanboard settings page: **Settings > Integrations > Slack** or **Project settings > Integrations > Slack**
-Now, all Kanboard events will be sent to the Slack channel.
+Now, Kanboard events will be sent to the Slack channel.