Beacon is now Guard Detect, which is part of Atlassian Guard. Read the blog
Use webhooks and Jira Automation to create Jira issues from Guard Detect alerts. About Jira Automation
Step 1: Create an automation rule and get the webhook URL
To create an automation rule in Jira:
In Jira, navigate to the project you want to create issues in.
Go to Project settings > Automation.
Select Create rule.
Search for the Incoming webhook component. You won’t be able to configure the webhook until the next step.
Select Add Component.
Select THEN: Add an action.
Search for the Create issue component.
Enter details such as project, Issue type, and summary.
From the Turn on rule menu, select Save rule without enabling.
When prompted, give your rule a name and Save.
Include data in the issue
You can include data from the webhook payload in a Jira field using the format {{webhookData.<attribute>}}
.
For example, you could include the alert title or URL in the issue description to provide quick access to the alert details.
Include the alert title |
|
Include the alert URL |
|
Step 2: Get the automation webhook URL
To get the webhook URL:
In Jira, go back to your automation rule and select the Incoming webhook trigger.
Copy the Webhook URL and Secret. You’ll need this in the next step.
Select No issues from the webhook when asked how to execute the automation rule.
Save your changes to the Incoming webhook component.
Enable the rule whenever you’re ready.
Step 3: Add the webhook URL to Guard Detect
To add the webhook URL to Guard Detect:
In Guard Detect, go to Integrations > SIEM webhooks.
Select Add webhook URL.
Paste the Webhook URL you copied from Jira and Save.
Step 4: Send a test alert
To send a test alert:
In Guard Detect, go to Integrations > SIEM webhooks.
Select Test next to the webhook for this integration.
If the integration is working you should see a new issue in your Jira project.
When an alert is generated, it will now create a new issue in your Jira project.