Integrating Bamboo with Hipchat
Configure Bamboo plans to send notifications to a room in hipchat.com
To get notifications in rooms hosted by Atlassian on hipchat.com:
- Sign up for a Hipchat account.
- Set up plan notifications in Bamboo that use the Hipchat Recipient type.
Note that Bamboo does not yet support using Hipchat as a global IM server. Hipchat can only be used in the plan notifications area as shown here:
Configure Bamboo plans to send notifications to your Hipchat server
You can get Bamboo plan notifications in rooms hosted by your own organization's Hipchat Server instance:
Install the Hipchat Server's SSL root or primary certificate in <JAVA_HOME>/jre/lib/security/cacerts keystore on the Bamboo host machine and restart Bamboo.
Applicable if you're using a self-signed or internally signed SSL certificate.
Specify the hipchat.api.url system property that is used when Bamboo is starting, by adding -Dhipchat.api.url=<my_hipchat_url> to your JVM arguments as per Configuring system properties.
Please be sure to include the protocol in the
<hipchat.api.url>
value, for example:-Dhipchat.api.url=http://hipchat.mydomain.com
-Dhipchat.api.url=https://hipchat.mydomain.com
- Set up plan notifications in Bamboo that use the Hipchat Recipient type.
- Use a Hipchat V1 token in the API Token field.
- Select your Room name or ID.
- Check the Notify flag to send pop-up notification to the room.
For more information about setting up your own Hipchat server, see System Requirements for Hipchat Server.