Commit451 / skyhook

Parses webhooks and forwards them in the proper format to Discord.
https://commit451.github.io/skyhook-web
MIT License
368 stars 95 forks source link

Issue with Jira #110

Closed Jawnnypoo closed 5 years ago

Jawnnypoo commented 6 years ago

From Twitter:

dqscs_nxcaetpq9

@dscalzi Would you like to look into this one?

dscalzi commented 6 years ago

What is the jira webhook triggered for? This is not possible if it's configured for issue related webhooks.

Wild1145 commented 6 years ago

I've been having the same issue but assumed I'd screwed something up with setting up the JIRA Server Webhook...

kuranai commented 6 years ago

Hi,

I also get some error that looks like that. It happens, when I finish a task (transition to done) in Jira. What I can see, is that I get the error and directly after this, I get some normal Skyhook message for the same task. image

antondemanov commented 5 years ago

Get the same errors too. Looks like current realization doesn't work with self hosted Jira, only with cloud.

justinas-kazanavicius commented 5 years ago

I am also getting the same errors on a self hosted server. Commenting and time logging throw these errors. There might be more events that I haven't tested yet

ghost commented 5 years ago

image This was triggered during a comment addition on an issue in Jira Software Cloud.

ghost commented 5 years ago

img_1075 This error now seems to be triggering randomly regardless of what I am updating on Jira.

dscalzi commented 5 years ago

Some of those issues are likely related to non-issue related actions being performed on Jira. At this time, we are only supporting issue related events. If you would like to expand the coverage of the Jira provider, feel free to submit a PR.

Issue should be fixed.