Webhooks routines
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
Availability
The Webhooks feature is available in Jira starting with v4.5.0 of the power apps.
The Webhooks feature is available in Confluence starting with v1.1.0 of the Power Scripts for Confluence.
This section contains helper routines that you can use when writing a SIL script for Webhooks.
Getting the input from the calling client and returning the answer to the caller is done by using these routines.
Routines summary
- appendToWebhookResponse — Adds an object to the response that will be returned to the Webhook caller, as the HTTP body.
- getWebhookPayload — Gets the Webhook payload from the calling client.