🎫
Jira Integration
Connect Jira to Ayzal AI SOC to automatically forward security tickets for AI analysis and correlation.
● How It Works
Security tickets created in Jira are forwarded to Ayzal AI SOC where:
- AI analyzes ticket details and attachments
- Correlates with existing alerts and threat intel
- Creates SOC alerts with appropriate severity
- Optionally triggers auto-remediation
● Setup (3 minutes)
Step 1: Create a Webhook in Jira
- Go to Settings → System → Webhooks
- Click Create Webhook
- Configure:
Name: Ayzal AI SOC ForwarderURL: https://api.ayzalai.com/api/integrations/jiraEvents: Issue Created, Issue UpdatedJQL Filter: project = SEC AND issuetype = "Security Incident"
Step 2: Add Custom Headers
In the webhook configuration, add these custom HTTP headers:
x-api-key: YOUR_API_KEY
x-siem-type: jira
● Alternative: Jira Automation
If you use Jira Cloud, you can also use Automation:
- Go to Project Settings → Automation
- Create a new rule: Issue Created
- Add action: Send web request
- Configure the web request as shown above
🔑 Get Your API Key
Get your API key from Ayzal AI SOC → Settings → API Keys.
● Severity Mapping
| Jira Priority | Ayzal AI SOC Severity |
|---|---|
| Highest | CRITICAL |
| High | HIGH |
| Medium | MEDIUM |
| Low | LOW |
💡 Pro Tip: Use JQL filters to only forward security-related tickets and reduce noise.