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
1
vote
2 answers

hipchat password not retrieved from credential storage

I am trying to use the OSX Hipchat desktop client v 3.3 (193). I have OSX 10.10.3. I have followed the instructions suggested by Hipchat support https://help.hipchat.com/knowledgebase/articles/166483-mac-beta-client-clearing-preferences Close your…
compiledweird
  • 918
  • 2
  • 12
  • 30
1
vote
0 answers

How to send a directed reply from HippyBot

I am writing a custom plugin for HippyBot. I understand that the return value from a @directcmd annotated function will be prefaced with @user in the response. I've also figured out that I can send additional messages to the channel using…
MikeD
  • 3,348
  • 1
  • 23
  • 36
1
vote
0 answers

AngularJS : Getting JSON Parse Error when trying to access Hipchat REST API

Am trying to access Hipchat REST APIs from AngularJS. Am getting 200 response code. This is the code snippet: $.ajax({ type: 'GET', url: "http://api.hipchat.com/v1/users/list?format=json&auth_token=XXXXXXXXXXXXXXXXXXXXX", dataCharset:…
Jean
  • 2,611
  • 8
  • 35
  • 60
1
vote
1 answer

How do you install the HipChat plugin for GrayLog2?

I was directed to the Graylog2 HipChat Plugin available HERE and followed the (rather simple) steps regarding its installation. Unfortunately after restarting Graylog2-server nothing seems to be picked up regarding the plugin. Stream settings do not…
David 'the bald ginger'
  • 1,296
  • 3
  • 20
  • 38
0
votes
1 answer

How to forward message responses with ruby Lita?

I am working with a chatbot operating on the lita ruby gem using lita-hipchat. After a response is made to lita using hipchat, lita will be able to return messages to the user who created the response through the reply method. I would like to…
Alex Cohen
  • 5,596
  • 16
  • 54
  • 104
0
votes
1 answer

AWS CodeCommit commit message to Hipchat

I want to send AWS CodeCommit commit message to a HipChat room. I already have a lambda function which gets triggered for a particular commit. What I need is to get commit detail messages from CodeCommit. Commit ID, commit message, branch name etc.
Zlatan
  • 31
  • 5
0
votes
1 answer

Rundeck and Hipchat Plugin

I am configuring Rundeck in my work and I want to receive all notifications from jobs via Hipchat. I have found this plugin: https://github.com/hbakkum/rundeck-hipchat-plugin I copied .jar file in Rundeck libext directory and now I see Hipchat…
Miguel.G
  • 377
  • 1
  • 6
  • 20
0
votes
0 answers

Hipchat Rooms History API

I'm running into issues with the HipChat API, I can't seem to get the history endpoint to accept a payload so I can narrow down my searches. I'm using a personal access token, and while I can get results from a basic…
Merakel
  • 167
  • 2
  • 2
  • 11
0
votes
0 answers

Powershell pass variable into array

I have a Powershell script that looks for files created in the past 24 hours in a certain folder and then looks for certain filenames which it then outputs to a folder. I would like to output to a hipchat room instead but I'm having trouble passing…
snowman
  • 15
  • 6
0
votes
1 answer

Accessing the HipChat API With Username and Password

I'm attempting to write a simple script that I can run from my command line that will send warning messages to certain users on HipChat, and I've run into some issues around authentication. Ideally, I'd like to have the script prompt the user for…
dsg42
  • 53
  • 4
0
votes
2 answers

Integrate Podio to send a notification to a HipChat room when a new item is created in an app

I would like to understand how I can send a notification to HipChat when a new record / item is inserted into a Podio app. I can see that if I pay more money that additional options are made available via the workflows Podio provides utilising…
Andy M
  • 3
  • 2
0
votes
1 answer

Not able to connect to Hipchat with errbot ? getting permission denied for socket .

While connect error bot with self hosted . Getting this error while doing it - 10:40:34 DEBUG sleekxmpp.xmlstream.xmlst RECV: 10:40:34 DEBUG sleekxmpp.features.featur Starting TLS 10:40:34…
0
votes
1 answer

hipchat slash commands using localhost in the url

Trying to create a slash command in hipchat following https://developer.atlassian.com/hipchat/tutorials/building-a-simple-add-on-using-a-wizard I created my own http server responding to : "http://localhost:8000/test" However, when I fill this url…
Bazuka
  • 417
  • 5
  • 16
0
votes
1 answer

HipChat API update my own status

How can I use the HipChat API to update my own status (Available/Away/Do not disturb)? I've tried https://www.hipchat.com/docs/apiv2/method/update_user with an access token having all scopes, but I get the message "HipChat Admin can not update…
EvenLisle
  • 4,672
  • 3
  • 24
  • 47
0
votes
2 answers

Python: Requests won't POST if I have punctuation in my data

I have a small_file.txt file that…
user1367204
  • 4,549
  • 10
  • 49
  • 78