This article is relevant to Legacy automation in service projects created before August 30, 2021.
Legacy automation is turned off for new Jira Service Management customers. Customers already using Legacy automation are not affected. The long-term plan is to phase out Legacy automation. If you have any questions about Legacy automation or need support, please contact us.
Apps and applications can react to conditions/events in Jira Service Management via automation rules. An automation rule triggers an action when an event occurs or a condition is reached. This page describes how to configure an automation rule to fire a webhook that notifies your app or application. For example, you might use a webhook to alert your remote application when an SLA is about to be breached.
Alternatively, if you want an automation rule to directly trigger an action in a remote system, you can implement an "automation action" (i.e. a custom THEN
action). For details, see Guide - Implementing automation actions.
In addition to webhooks in Jira platform, the automation engine of Jira Service Management can trigger webhooks as part of configured automation rules.
When you configure a rule, you can specify WHENs and IFs, then use the webhook to define your action.
URL -- In Jira Service Management Cloud, use port 80 for "http://" URLs and port 443 for "https://" URLs.
Include payload -- If you choose the Include payload in request body option, a JSON object containing the action details is attached to the request body.
The JSON payload of the request will contain the following fields:
timestamp
issue
comment
user
action
The information in the payload is generated by the user who runs the automation rule. This user can be configured as the Project Default or the user who triggers the rule. If the user does not have permission to see some fields, then those values do not render. See Automating Your Service Desk for more info.
Rate this page: