Webhook Jira Cloud
Method: POST
Url: /webhooks/99005/jira/task
Description: Notify a sub-task of a change in Jira Cloud
Headlines
| Name | Description |
|---|---|
| X-Authorization | JWT Token for Authorization. Must be in the format: Bearer token |
Bodysuit
{
"issue": {
"fields": {
"additionalProp1": {},
"additionalProp2": {},
"additionalProp3": {}
},
"id": "string",
"key": "string"
}
}
Configuring jira Cloud webhook
ENDPOINT WEBHOOK
webhooks/99005/jira/task
To configure the webhook in Jira Cloud, assign the configuration url as shown in the following image:
