Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Webhook Secret not received in header

Anand Elumalai July 24, 2025

Hi

The x-hub-signature header is still not being received for webhooks created via REST APIs using OAuth access tokens in Jira Cloud, even though a secret was provided. Any help or clarification on this would be greatly appreciated.

If possible, please share any official documentation that explains this behavior.

Referenced below document.

https://developer.atlassian.com/cloud/jira/platform/webhooks/#registering-a-webhook-using-the-rest-api--for-connect-and-oauth-2-0-apps-

My API : https://api.atlassian.com/ex/jira/{jira_cloud_id}/rest/api/3/webhook

Tried Payloads:

{
"name": "New 1111",
"webhooks": [
{
"events": [
"jira:issue_created",
"jira:issue_updated"
],
"jqlFilter": "project = SKP",
"configuration":{
"secret": "myZohoSecretToken999"
}
}
]
},

{
"name": "New 1111",
"webhooks": [
{
"events": [
"jira:issue_created",
"jira:issue_updated"
],
"jqlFilter": "project = SKP",
"configuration":{
"SECRET": "myZohoSecretToken999"
}
}
]
},
{
"name": "New 1111",
"webhooks": [
{
"events": [
"jira:issue_created",
"jira:issue_updated"
],
"jqlFilter": "project = SKP",
"secret": "myZohoSecretToken999"
}
]
},
{
"name": "New 1111",
"webhooks": [
{
"events": [
"jira:issue_created",
"jira:issue_updated"
],
"jqlFilter": "project = SKP",
"SECRET": "myZohoSecretToken999"
}
]
}

 

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events