Jira WebHooks with OAuth Security

Hello,

We are planning to integrate our Jira Server instance with another system and we want to send the issues updates from Jira to this system through webhooks.

The problem is, this system exposes the REST service with OAuth security, so our doubt is the following: Is there any way to invoke the webhook with OAuth?
Other option is sending a token through the header, but we don’t know if it’s possible to add this parameter in the webhook, at least we didn’t find the way to add it trough the webhook GUI.

Thank you in advance

Welcome to the Atlassian developer community @LucaFernandezCuellar,

I confirm neither are possible with “out of the box” options. Jira Server (and Data Center) webhooks do not have any auth options. Hence, there are no ways to use OAuth or header tokens.