Hi,
I am using the Jira Core trial version for developers and I have setup several Webhooks to an Azure Function when Issues are Created, Updated or Deleted but unfortunately nothing is fired.
I have tested the Azure Function with Postman and everything is OK in the other side (Only waiting for a request with some JSON).
I do not find any way to see if the Webhook was fired in the Jira platform.
Any Ideas?
Here again as an Answer to the original post.
The URL works when you decode it via urldecoder.org, and you can use the decoded URL in Jira.
So it is not related to the length
www.au2mator.com
Hi,
Jira Webhooks were working ok but it seems that they do not like Azure Functions long URLs.
I tested the Webhooks with Webhook Tester and they worked ok so I used Azure Functions Proxies to make the URL shorter and now they work nice!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I know it's been a couple of years since you posted this, but can you help me understand how to configure the webhooks callback url to an Azure function (http trigger)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can anyone reply ? how to implement jira webhook in Azure function ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may find this link helpful for creating a proxy for the Logic App webhook with Azure's API Management: Import a Logic App as an API with the Azure portal | Microsoft Learn: https://learn.microsoft.com/en-us/azure/api-management/import-logic-app-as-api
If you are still having trouble, you might try testing your webhooks with Postman. I found that I had to disable the "Subscription required" setting in the API settings for the Jira webhook to successfully trigger the Logic App.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok, it is not the length, the URL needs to be decoded
Use https://www.urldecoder.org/ to decode and use the new URL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.