pru-mike / rocketchat-jira-webhook

Outgoing Rocket.Chat webhook integration that summarizes mentioned JIRA issues and Confluence documents
The Unlicense
5 stars 1 forks source link

Health check #3

Closed alxcohen closed 1 year ago

alxcohen commented 2 years ago

Hi. Will it work with rocketcaht 5+ ? I got health status like this {"ok":true,"jira":{"name":"*****","error":""},"confluence":{"name":"","error":"confluence not configured"}} I'm 100% sure this account is ok, I'm using it for rocketchat jira integration. So what else it could be? Thanks.

pru-mike commented 2 years ago

Hello. Yeah, it works with Rocket.Chat 5+, just checked it on 5.0.5 and have no any problem. You should examine application and rocket logs, and carefully check you configuration. I have updated the instructions, see README, it should helps.

alxcohen commented 2 years ago

@pru-mike thanks for reply, where in config I can set token ? (rocket couldn't save webhook w\o token ((

"{"ok":true,"jira":{"name":"jirocket","error":""},"confluence":{"name":"","error":"confluence not configured"}}" ok":true,"jira":{"name":"jirocket","error":""}, what does mean this error? login error or connection?

pru-mike commented 2 years ago

It's in "rocketchat / token" section, see in example

This error means "no error", it's empty :) I thought "ok: true" is self explanatory, but maybe it is not

alxcohen commented 2 years ago

thanks a lot)

alxcohen commented 1 year ago

well. it was permissions issue ) now everything works great!) thanks !