Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bitbucket new webhook not working

Bitbucket has improves its Webhooks functionality. We won't be able to create POST or Pull Request POST in Services, instead in Webhooks.

So I have tried to create POST request to Slack using new Webhook, but it doesn't work. Clicked on View requests, I got 500 error on the request. While with the same URL, it works in Services.

I don' know what I did wrong. Bitbucket documentation doesn't help. Can someone please help me?

like image 427
Quyen Nguyen Tuan Avatar asked Jun 23 '15 06:06

Quyen Nguyen Tuan


1 Answers

I'm experiencing the same problem, and it appears to be a known issue with the integration (from the perspective of Slack).

As documented on slack.com:

This integration only supports the Repository push trigger at this time, so make sure it is selected. Press Save when you're done.

I'm not sure where to find a public link to this document, but you can find it if you go to add the bitbucket integration. And the documentation on slack appears to be up to date with the new bitbucket webhooks.

Hopefully one of the parties fixes it soon.

Update: The integration appears to have started working in the last couple of days. At least for us with PR create/update/comment?approve/merge.

like image 82
blackp Avatar answered Oct 13 '22 23:10

blackp