Hi, I am currently trying to create a webhook to have issues event(create, update, delete) send a notification to a specific discord channel and it doesn't work. I followed the steps in this guide: https://developer.atlassian.com/server/jira/platform/webhooks/I have a webhook for GitLab that does work, so I know my server is able to use them.My project is using the "team managed project" on Jira Cloud, in case its relevant.Note I haven't tried going through third party, nor will I, having to use a third party for this seems unnecessarily risky.
You can't post a Jira payload directly to a Discord endpoint. The format will be incorrect. You'll have to put something in the middle like an IFTTT listener to do the conversion into a format that the Discord endpoint supports.
Or this as someone posted in another thread: https://skyhook.glitch.me/
https://skyhook.glitch.me/ It was working fine until yesterday. Do you know of another similar alternative? That project no longer exists.
The project has moved to https://skyhookapi.com/, which is perfectly working
As far as I know, https://skyhook.glitch.me/ is no longer available, which makes the webhook approach even harder. I encourage you to read this blog post before deciding to use webhooks. I'm biased because I'm the author of the Discord for Jira integration, but one of the reasons I built it was to avoid webhooks, which are very unreliable.
It looks like you're new here. Sign in or register to get started.