cyberwombat
cyberwombat

Reputation: 40064

Is there a GitHub issue webhook?

So I am unclear on GH docs as to whether their webhook supports issue notification. It sounds like it support webhooks. However when I set up test endpoints nothing comes, even when I test payload.

I am using ultrahook.com as well as requestb.in to catch requests but nothing comes.

Are github webhooks even working? Has anyone got it to work?

Upvotes: 3

Views: 2732

Answers (1)

VonC
VonC

Reputation: 1323183

The new WebHooks GUI (February 2014) makes it very clear about its Issue event support:

https://f.cloud.github.com/assets/2501/2054474/0085e64a-8ab6-11e3-8f0e-cee61e7d4ede.png

And even if you don't have code yet, you can at least test that your webhook is in place with a new ping event.

Upvotes: 6

Related Questions