Questions tagged [hipchat]

HipChat is an instant-messaging service developed by Atlassian for group or one-to-one chat.

HipChat is an instant-messaging service developed by Atlassian for group or one-to-one chat. It integrates with other Atlassian services such as BitBucket, Confluence or JIRA, allowing notifications to be sent to a chat-room whenever code changes is committed, a wiki page is changed, or an issue is updated.

HipChat can either be installed locally as a client program, or used online via a web interface. The official website can be found at https://www.hipchat.com/

83 questions
19
votes
1 answer

Trouble with bash shell script, attempting to POST variable JSON data using cURL

I'm having trouble with a bash shell script, attempting to POST variable JSON data using cURL. I'm running from a Mac. I can successfully post static data but I can't seem to figure out how to incorporate variables. I introduced and
Davey Johnson
  • 335
  • 1
  • 2
  • 7
4
votes
1 answer

Can Hubot send an HTML or other type of formatted message to Hipchat?

Looking at the Hubot documentation there seems to be no way to send a formatted message to the Hipchat client from a Hubot script. Does anyone know of a way to better present lines of text sent from Hubot? Version 1 of the Hipchat API (albeit…
4
votes
2 answers

HipChat integration with Jenkins

I'm trying to add the HipChat plugin to my Jenkins builds, but it doesn't post anything. In the global configuration I've set the HipChat server to api.hipchat.com, added an API token und default room ID, set the build server URL to…
xeraa
  • 10,456
  • 3
  • 33
  • 66
3
votes
2 answers

How to run an ansible task only once regardless of how many targets there are

Consider the following Ansible task: - name: stop tomcat gather_facts: false hosts: pod1 pre_tasks: - include_vars: dir: "vars/{{ environment }}" vars: hipchat_message: "stop tomcat pod1 done." hipchat_notify: "yes" tasks: …
Sly_Boots
  • 185
  • 2
  • 14
3
votes
1 answer

HipChat API Tokens v1 vs. v2

In v1 of the HipChat API, you could create a token (let's call it "Notifier") that would be able to notify any room on the server. Any messages sent using this token will appear from "Notifier" in HipChat. In v2, you can create a personal access…
aayore
  • 663
  • 5
  • 12
3
votes
0 answers

Errbot: How to properly configure new plugins?

I'm trying to follow the Errbot guide to create a new HelloWorld plugin. However, after my errbot has successfully connected to HipChat, I am unable to see the new plugin that I created. This is the DEBUG output from the console. 16:44:02 INFO …
ecs
  • 31
  • 3
3
votes
1 answer

How to trigger build in jenkins through command in HipChat

I need to trigger build in jenkins which is in cloud (AZURE) by a command passed in HipChat Integration.
Nish
  • 41
  • 1
  • 3
3
votes
2 answers

How to check quality gate status for a project using the API?

I need to trigger HipChat notification for a project as soon as quality gate fails for a project in SonarQube. Is there a REST API for checking the quality gate status of a project. I couldn't find it under api/quailty_gate or api/projects. I am…
Jeel
  • 2,227
  • 5
  • 23
  • 38
3
votes
1 answer

HipChat URL image preview

The Atlassian product HipChat has an inline-preview for websites build-in. However, ScreenShot share websites such as Gyazo are able to change the image given to HipChat. For example, the URL is something such as: gyazo.com/slqrFasd However, they…
WesselV
  • 336
  • 2
  • 10
3
votes
0 answers

How to add YouTrack bot hosted on myjetbrains.com to HipChat?

I've been trying to setup Jabber bot from YouTrack (the InCloud hosted one) to my HipChat. But failed. I have tried to add the bot with [botusername]@myjetbrains.com (botusername is written in Jabber username field in Jabber notification section of…
rexdefuror
  • 573
  • 2
  • 13
  • 33
3
votes
1 answer

How to get all message history from Hipchat for a room via the API?

I was using the Hipchat API (v2) a bit today and ran into an odd issue where I was not able to really pull up all of the history for a room. It seemed as though when I queried a specific date, for example, it would only retrieve a fraction of the…
ylluminate
  • 12,102
  • 17
  • 78
  • 152
2
votes
2 answers

Credentials added in jenkins are not displayed for HipChat plugin

I have build jobs created in Jenkins and I want to publish the Job results to a HipChat room. I'm using HipChat plugin. The issue here is that I am able to save my credentials in Jenkins Global credentials but I don't see any credentials listed for…
2
votes
1 answer

How to integrate hipchat in a website?

I am trying to integrate hip chat i my website. Hip chat doc I go through above doc.But i am able to understand how to start. They are saying to create add on and many thing. Using api i am able to post and get data but of only one user. I want to…
Amitesh Kumar
  • 3,051
  • 1
  • 26
  • 42
2
votes
2 answers

Writing hipchat client: HipChat Authentication

I am prototyping HipChat client and I'm stuck at building good authentication experience. I would like to implement similar authentication dialog as HipChat clients built by Atlassian provide. There is no need to generate auth tokens/etc, you just…
vmg
  • 9,920
  • 13
  • 61
  • 90
2
votes
1 answer

Nagios - Hipchat integration through Hipsaint

We are trying to integrate nagios (4.1.1) notifications with Hipchat using Hipsaint. We followed the instructions posted here (keep in mind that the instructions mention nagios 3). We filled in the Token and Room_ID. We get the following output: :~#…
ASPR
  • 75
  • 1
  • 9
1
2 3 4 5 6