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
0
votes
0 answers

How to send a file using python throught he hipchat api?

I am trying to upload a local .csv file to a hipchat room using the requests and email libraries and the HipChat API. This is the code that I am using: import os import re import sys import requests from email.mime.multipart import…
user1367204
  • 4,549
  • 10
  • 49
  • 78
0
votes
1 answer

hipchat oauth token internal server error

I follow hipchat site and try to get an add-on token https://developer.atlassian.com/hipchat/guide/hipchat-rest-api/api-access-tokens?_ga=2.94621780.975509804.1497491262-871504840.1479901346#APIaccesstokens-Add-ongeneratedtokens I have the following…
0
votes
2 answers

Ruby hipchat gem invalid send file

So this is related to an earlier post I made on this method. This is essentially what I am using to send files via hipchat: #!/usr/bin/env ruby require 'hipchat' client = HipChat::Client.new('HIPCHAT_TOKEN', :api_version => 'v2', :server_url =>…
Alex Cohen
  • 5,596
  • 16
  • 54
  • 104
0
votes
1 answer

Hipchat Message with Groovy - Can't find an ObjectMapper implementation

I'm having trouble with a Groovy script, attempting to post a message in Hipchat with Unirest. Caught: java.lang.RuntimeException: Serialization Impossible. Can't find an ObjectMapper implementation. java.lang.RuntimeException: Serialization…
MaNoKi
  • 3
  • 1
0
votes
1 answer

HipChat People Menu on Left

This may well be a profoundly stupid question, but in HipChat how do I add people who are already on my team (and accessing rooms in HipChat) to the People menu on the left (below the Rooms list)? I can invite new team members, but I just want to…
0
votes
1 answer

Change background color in message from HipCHat

Is it possible to change background color in message from HipCHat? I cannot find anysing useful.
0
votes
1 answer

How to install Hipchat Server on CentOS 6?

In my deep dive into the CentOS terminal, I was able to install and setup Jira, Confluence, and Bitbucket servers. However, the Hipchat Server seems to be based on something completely different. Is there a step by step guide to installing Hipchat;…
Steven Ventimiglia
  • 886
  • 1
  • 11
  • 19
0
votes
1 answer

HipChat Server login screen limit

Is it possible to restrict access to the HipChat Server login screen for some networks for security reason? I need to limit only to site root.
Sporykhin
  • 23
  • 5
0
votes
1 answer

Ruby HipChat Wrapper, how to check that a username is valid?

I am using the ruby HipChat Wrapper to send HipChat messages with a script. Before attempting to send any messages I would like to be able to check that the users I am attempting to message exist and are valid. Is there a function in the…
Alex Cohen
  • 5,596
  • 16
  • 54
  • 104
0
votes
0 answers

local account s3 images not rendering in hipchat?

I am pasting links to s3 images in hipchat room but they are not getting rendered, any idea why? I have my own AWS account in which i have hosted images in s3? I think this might be because of access issues. Any ideas are appreciated.
Raghvendra Singh
  • 952
  • 9
  • 17
0
votes
1 answer

How can I reset HipChat Server Guest Console password?

We had an employee setup in our HipChat Self Hosted Server and we did not have the Guest Console admin password. We tried the default and that did not work. We have scoured Google and have yet to find any documentation Atlassian or anywhere else.
The Gugaru
  • 618
  • 6
  • 23
0
votes
1 answer

Can i remap emoticons in hipchat?

I am used to other messaging services where (y) is a thumbs up, or affirmative. I hate having to type (thumbsup) in full or in part and then select the right emoticon. Yes, this is very much a FWP, but is there a way to remap emoticons in…
Adam Morgan
  • 425
  • 1
  • 3
  • 17
0
votes
1 answer

atlas-connect hipchat addon store hardcoded username password

Is there a way to store a hardcoded user name /password in an HipChat addon done in atlas-connect and node js, such that it wont be visible in the front end BUT would be used by the front end JS to make ajax calls?
0
votes
1 answer

HipChat Nodejs Bot - Cant receive room messages

I am trying to create an hip chat bot with nodejs. The main library is node-xmpp. However at the moment the build is failing and I think thats why my nom install doesn't work. Any who I managed to write my own version based on the core modules. -…
czioutas
  • 1,032
  • 2
  • 11
  • 37
0
votes
1 answer

How do I publish my own steps on wercker?

I don't really like the hipchat step and I want to publish my own hipchat step for wercker, how can I do it if I have a git repo with all needed things?
Geshan
  • 1,141
  • 2
  • 11
  • 21