Enable desktop notification for BitBucket HipChat hook
Althought there is no checkbox for room notify. We can enable desktop notification by editing the API URL.
To enable desktop notification:
- Go to
Admin (the Gear icon) > Hooks > HipChat > Edit
- Update
API URL
tohttps://api.hipchat.com/v1/rooms/message?notify=1
- Save
If you did not have a HipChat hook yet. Select
HipChat
from dropdown, hitAdd hook
and fill in RoomID and Token to add it.
The difference
https://api.hipchat.com/v1/rooms/message
(Default)
https://api.hipchat.com/v1/rooms/message?notify=1
(Enable desktop notification)
Inspired by this comment