Set Up Jira to Receive Radiant Outgoing Webhooks
Create Jira issues automatically from Radiant alerts.
Prerequisites
Create the incoming webhook trigger in Jira
To create and configure a rule with an incoming webhook:
In Jira go to: Project settings > Automation (or select Global Automation if you prefer).
Click Create rule.
Under Triggers, select Incoming webhook.
Select an action for your rule, as well as any conditions or branches you may want to add.
Turn on your rule. You can also save it as a draft and enable it later.
You’ll now be able to see a URL and secret in the trigger component.

Copy the URL and secret.
Configure the automation rule to create tickets
With the trigger set, click + Add component > Action > Create issue.
Choose the target project and issue type (Task, Bug, Incident, depending on how your team uses Jira).
Map the fields using Radiant’s payload. Here are some examples of smart values:
Summary
Description
Labels: e.g.
radiant,soc-automation,auto-ticket
Add any Conditions if you only want to ticket certain alerts (for instance,
{{webhookData.severity}} == “High”or{{webhookData.status}} == “Escalated”).Publish the rule (or save as draft and enable later).
After publishing, test it and verify in the Audit log.
Configure Radiant Outgoing Webhook
To configure the Radiant Outgoing Webhook, please refer to the Set up Outgoing Webhooks guide.
Important note: When configuring the Jira webhook in Radiant, the Header Name must be exactly:
X-Automation-Webhook-Token
This is the header Jira Automation expects for authenticating incoming webhook requests.
Using anything else (e.g., Authorization, X-Radiant-Token, etc.) will cause Jira to reject or ignore the webhook.
Last updated