Jira Integration
Streamline vulnerability remediation by automatically creating Jira issues from AIPTx findings.Setup
1. Connect Jira
- Log in to the AIPTx Dashboard
- Navigate to Settings → Integrations → Jira
- Click Connect Jira
- Enter your Jira instance URL (e.g.,
yourcompany.atlassian.net) - Authorize AIPTx to access your Jira workspace
2. Configure Project Mapping
Map AIPTx projects to Jira projects:| AIPTx Project | Jira Project | Issue Type |
|---|---|---|
| Web App | WEBAPP | Bug |
| API | API | Security |
| Mobile | MOBILE | Bug |
3. Set Up Field Mapping
Configure how AIPTx findings map to Jira fields:Automatic Issue Creation
Configuration
Enable automatic issue creation for specific severity levels:Issue Template
Customize the issue template:Manual Issue Creation
From Dashboard
- Open a finding in the AIPTx dashboard
- Click Create Jira Issue
- Review and customize fields
- Click Create
From API
Response
Bidirectional Sync
Status Synchronization
AIPTx syncs status changes between platforms:| Jira Status | AIPTx Status |
|---|---|
| To Do | open |
| In Progress | open |
| Done | fixed |
| Won’t Fix | accepted |
Configuration
Bulk Operations
Bulk Create Issues
Create Jira issues for multiple findings:From Scan Results
Create issues for all findings from a scan:Advanced Configuration
Priority Mapping
Map AIPTx severity to Jira priority:Custom Fields
Map to Jira custom fields:Labels and Components
Workflows
Security Triage Workflow
Example Jira workflow for security findings:SLA Tracking
Configure SLA based on severity:| Severity | Response Time | Resolution Time |
|---|---|---|
| Critical | 4 hours | 24 hours |
| High | 24 hours | 7 days |
| Medium | 48 hours | 30 days |
| Low | 7 days | 90 days |
Reporting
JQL Queries
Example JQL queries for AIPTx findings:Dashboards
Create Jira dashboards with:- Vulnerability Backlog - Open findings by severity
- Remediation Progress - Findings fixed over time
- SLA Compliance - Issues within/breaching SLA
- Trend Analysis - New vs fixed findings
Troubleshooting
Issues not being created
Issues not being created
- Verify Jira connection in Settings → Integrations
- Check project permissions - AIPTx needs create issue permission
- Verify issue type exists in target project
- Check required fields are mapped
Duplicate issues
Duplicate issues
Enable deduplication in settings. AIPTx uses finding fingerprint to prevent duplicates.
Sync not working
Sync not working
- Verify webhook is configured in Jira
- Check bidirectional sync is enabled
- Verify status mapping configuration