I can't get a Jira/Slack webhook to work

Mark Amos July 26, 2019

I have created a Jira webhook (Cloud version) and created an inbound webhook in slack, but it's not working...

I'm trying to get notifications anytime an issue is created, in any project, with issuetype="Immediate Fix"

I can exercise the incoming webhook with curl, and it posts to my Slack channel fine:

curl -X POST -H 'Content-type: application/json' --data '{"text":"Hello, World!"}' https://hooks.slack.com/services/TF5BF6057/....

The URL is 78 characters long. (I saw that a long URL might be a problem -- Is 78 characters too long?)

 

So, I assume it's something I did wrong on the Jira side:

WebHook 'notify mark amos' has been successfully created.

notify mark amos

ENABLED last updated 26/Jul/19 10:18 AM by Mark Amosnotify when any Jira ticket gets created as an immediate fixURLhttps://hooks.slack.com/services/TF5BF6057/...

Events

Issue related events

JQL: issuetype = "Immediate Fix"

Issue

  • created

Exclude body

No

Transitions

No linked transitions.

 

How can I effectively debug this?

2 answers

1 vote
Jeff Gunawan January 14, 2021

Jira -> Slack WebHooks also appears to stopped working for our environment. Atlassian team, any ideas...? 

1 vote
Vinnie Chhabra June 7, 2020

Mark

 did you get this resolved?    I used to have  Jira -> Slacks webhooks working, but they all just stopped working a few months ago.    Thanks, Vinnie

Suggest an answer

Log in or Sign up to answer