parautenbach / TeamCity-HipChat-Notifier

TeamCity HipChat Notifier for sending build server notifications to HipChat.
Other
59 stars 31 forks source link

Add support for @mentions such as @here and @all #77

Closed jeffgoo closed 7 years ago

jeffgoo commented 7 years ago

Based on what I saw in the Hipchat Api docs, this should just be a matter of sending @here in the message text but when I added this to the messages sent by the TC hipchat notifier it does not work.

jeffgoo commented 7 years ago

Nevermind! Figured it out... just had to use the html entity @ for @ so @all did the trick. Rock on! Thanks for building this.

jeffgoo commented 7 years ago

There is an issue actually. If you enter @ into the hipchat notifier admin and later make another change the @ is converted back to a @ which doesn't work. But minor annoyance.