Webhook authentication for Jira

How can i authenticate Jira calling a web hook on my application, i want to create a webhook that get called when issue is created so that i can save the issue reference on my system

1 Like

Hi @SanusiSulaiman ,

I have same requirement, have you found a way to achieve this?

Thanks,
Nawaz

1 Like

@NawazPasha welcome to the Atlassian developer community.

Recently, there is a way to create an webhook using OAuth 2.0 3LO that will also send the webhooks with a signed JWT token in the Authorization header:

Also, the webhook module in Atlassian Connect Apps will add similar authentication to the webhooks.

1 Like

Hi @ibuchanan ,

Thanks for the quick reply. I will check this out.

1 Like

Hello @ibuchanan,

I have the same requirements except we are using Jira Service Management instead of Jira Cloud. How can I meet the requirement on JSM platform?

Regards,
Yaoqi Huang