diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
commit | 6c711f696f73bc59813f6834ec241aef3b626cbd (patch) | |
tree | ded4f0e8c7f8c672414ff3f2f84eac0f6d9073e5 /doc/hipchat.markdown | |
parent | ef087f5e22df1a0d97babef26aaf9b8960ee6d5d (diff) |
Include documentation in the application
Diffstat (limited to 'doc/hipchat.markdown')
-rw-r--r-- | doc/hipchat.markdown | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/hipchat.markdown b/doc/hipchat.markdown new file mode 100644 index 00000000..66cf9fdc --- /dev/null +++ b/doc/hipchat.markdown @@ -0,0 +1,38 @@ +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 +----------------------------- + +Example of notifications: + +![Hipchat notification](http://kanboard.net/screenshots/documentation/hipchat-notification.png) + +This feature use the room notification token system of Hipchat. + +### Hipchat configuration + +![Hipchat room token](http://kanboard.net/screenshots/documentation/hipchat-room-token.png) + +1. Go to to **My account** +2. Click on the tab **Rooms** and select the room you want to send the notifications +3. On the left, choose **Tokens** +4. Enter a label, by example "Kanboard" and save + +### Kanboard configuration + +![Hipchat settings](http://kanboard.net/screenshots/documentation/hipchat-settings.png) + +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, Kanboard events will be sent to the Hipchat room. |