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

HipChat API authentication fails when initiated from Ruby script

I'm using Ruby 1.8.7 which does not allow me to use the newest HipChat gem (due to httparty incompatibility) and an older version does not work. It seems though that even a simple script like this cannot accomplish the task. I cannot figure out what…
Lightheaded
  • 644
  • 8
  • 23
0
votes
1 answer

Receiving and processing 3rd party Posts in Tapestry app

The goal of my app is to create a leaderboard for a competition. To add to one's score, you just have to write something in hipchat (I already have a listener in hipchat that attempts to make a post to my Tapestry app). I am running into lots of…
0
votes
1 answer

Is there a way to connect Youtrack to Hipchat?

I searched a lot on Google and Stackoverflow but I didn't find anything explaining how to connect Youtrack to Hipchat. Is it possible ? And if it is, any help or link would be appreciated.
Simon
  • 6,025
  • 7
  • 46
  • 98
0
votes
1 answer

How can I post a bug in jira with httpclient once logged in?

i am login in jira from this code now i want to post bug in jira after login HttpPost httpost = new HttpPost("https://id.atlassian.com/login?continue=https://jira.atlassian.com/secure/Dashboard.jspa&application=jac"); …
Sahil Verma
  • 11
  • 1
  • 3
0
votes
2 answers

HipChat Bot JS REGEX

I'm completely useless with Regular expressions and need help with this one. I'm currently creating a HipChat bot for my work which will create JIRA tickets from HipChat.. HipChat bots have the ability to monitor a chat room for keywords.. then run…
osmo
  • 87
  • 3
  • 10
0
votes
1 answer

How to git push heroku master by using hubot on hipchat?

I installed hubot, heroku and hipchat. I deployed Hubot to Heroku and I tested on hipchat, I typed some command line example: @hubot help, @hubot image me "hubot".... and It worked fine. But in my project, I need use hipchat to deploy my project to…
0
votes
1 answer

get created item details in webhook url of podio

I want to get the item name, item created by, item assigned in webhook url. like in webhook https://api.domain.com/v1/message?appname={{app_name}}&itemname={{item_name}}&itemassignedto={{item_assigned_to}} is there anyway like this?
Kaphy
  • 459
  • 4
  • 10
-1
votes
1 answer

Hipchat API /code

I want to send some json to hipchat upon error. well raw json is not very readable in the hipchat. the hipchat client support /code and I want to have similar output using the API. i tried many ways (I already implemented one library in php that…
Mohammad Hossein Amri
  • 1,842
  • 2
  • 23
  • 43
1 2 3 4 5
6