Overview
ZeroPath integrates with Jira to push security findings as Jira issues and sync status changes back. When a Jira issue is resolved, the corresponding ZeroPath finding is automatically marked as resolved. Both Jira Cloud and Jira Data Center (self-hosted) are supported.An organization can connect either Jira Cloud or Jira Data Center — not both at the same time. Disconnect the existing integration before switching between the two.
Setup
- OAuth (Recommended — Cloud)
- API Token (Cloud)
- Personal Access Token (Data Center)
1
Navigate to Integrations
Go to Settings → Integrations in the ZeroPath dashboard.
2
Connect Jira
Click “Connect Jira” and authorize ZeroPath in the Atlassian consent screen.
3
Auto-Configuration
ZeroPath automatically detects your Jira Cloud instance and default project.
All three methods register a webhook in your Jira instance for bidirectional sync. OAuth connections use the dynamic webhook API. API token and Personal Access Token connections use the legacy Jira admin webhooks API, which registers the webhook automatically when the user is a Jira admin. If auto-registration is not possible (for example, because the PAT belongs to a non-admin user), the setup flow returns the webhook URL and secret so you can create it manually in Jira’s admin settings.
Webhook Events
The ZeroPath webhook uses the following Jira events:
The comment events are optional but recommended. When enabled, ZeroPath uses ticket comments to intelligently classify closed tickets as Resolved, False Positive, or Accepted Risk instead of always defaulting to Resolved.
Manual Issue Export
From any finding in the ZeroPath dashboard:- Click “Export to Jira” on the issue detail view.
- Select a Jira project, issue type (Bug, Story, Task, etc.), and optionally an epic and assignee. Epics are available for all issue types, not just Tasks.
- ZeroPath creates the Jira issue with full vulnerability details — title, description, affected file, severity, CVSS score, CWEs, code snippet, and patch link if available. For secrets findings, the code snippet is automatically redacted so that cleartext secret values are never written into Jira tickets.
Bulk Export
You can export multiple findings to Jira at once:- Select the findings you want to export from the issues list.
- Choose “Export to Jira” from the bulk actions menu.
- Select a Jira project, issue type, and optionally an epic and assignee. You can select “None” to explicitly clear the epic selection.
- If a Jira template is configured, you can toggle “Use Jira Template” to apply it to all exported issues.
- ZeroPath creates Jira issues for all selected findings in batches. Code snippets for secrets findings are automatically redacted in all created tickets.
Automatic Ticketing
Configure automatic issue creation for new findings:- Go to Settings → Integrations, select Jira from the sidebar, and open Auto-Ticketing.
- Set a score threshold — only findings above this score create Jira tickets.
- Choose which scan types trigger tickets (Full Scan, PR Scan, SCA, etc.).
- Select the Jira project and issue type.
- Optionally select an epic to group auto-created tickets under. If a previously configured epic is no longer available in Jira, a warning is displayed so you can select a new one or clear the selection.
- Optionally configure auto-assignment, custom templates, and scope (all repos, specific repos, or repos matching specific tags).
SLA Due Dates
Enable Set due date from SLA to stamp each created ticket with the finding’s remediation deadline as the Jira due date — the earliest breach date across every SLA policy that covers the issue. This applies to both auto-created and manually exported tickets. If no SLA policy covers the finding, no due date is set.The due date requires the selected issue type to expose a Due date field on its create screen. If it does not, ZeroPath warns you when saving the configuration and still creates tickets (without a due date). If Jira later rejects the due date for an individual ticket, ZeroPath retries without it so the ticket is still created.
Custom Templates
Auto-ticketing supports customizable title and description templates with variables:{{severity}},{{issueTitle}},{{repositoryName}},{{affectedFile}},{{vulnClass}}, and more.- Custom Jira fields can be mapped to ZeroPath finding data or static values.
Bidirectional Sync
When a Jira issue’s status changes to Done, Resolved, Closed, or Completed, ZeroPath automatically:- Analyzes ticket comments to determine the appropriate status — Resolved, False Positive, or Accepted Risk
- If no comments are present or comment events are not enabled, the finding defaults to Resolved
- If comments are present but the intent cannot be determined with confidence, the status change is skipped rather than defaulting to Resolved, preventing incorrect triage
- Records who made the change and when
- Logs the state transition in the finding’s audit trail
Confluence Access
The Jira Cloud integration also provides access to Confluence, since both products share the same Atlassian OAuth token. When Confluence is enabled, the AI AppSec Assistant can search and read your Confluence pages for security documentation, architecture context, and runbooks.Confluence is only available with Jira Cloud connections (OAuth or API Token). Jira Data Center integrations do not support Confluence linkage.
Enabling Confluence
- Connect Jira using either the OAuth or API Token method described above.
- Once Jira is connected, a Confluence option appears in the integrations page. You can enable it directly from the Add Integration dialog with a single click — no additional authentication is required.
- Alternatively, select Confluence from the integrations sidebar and toggle Confluence Access on.
Disabling Confluence
To disable Confluence access, select Confluence from the integrations sidebar and toggle Confluence Access off. This does not affect your Jira integration.Auto-Fix PR Templates
When a finding has a linked Jira ticket, ZeroPath’s auto-fix templates can reference the ticket. You can use{jira_id}, {jira_title}, and {jira_url} placeholders in your PR title, PR description, branch name, and commit message templates to include the linked Jira ticket details in generated patch PRs. See Jira Ticket References in Templates for details.
Troubleshooting
"Jira integration not found"
"Jira integration not found"
Ensure the integration is connected in Settings → Integrations.
Bidirectional sync not working
Bidirectional sync not working
For OAuth connections, check if the Jira webhook has expired (30-day limit) and reconnect the integration to refresh it. For API token and Personal Access Token connections, verify the webhook was auto-registered (the setup response indicates this) or create it manually in Jira admin. Also verify the Jira issue key matches a ZeroPath finding (the link is created during export).
"Failed to create Jira issue"
"Failed to create Jira issue"
Check that the selected project and issue type exist in your Jira instance. Ensure required Jira fields are configured in the auto-ticketing settings.
Data Center connection errors
Data Center connection errors
- Invalid Personal Access Token — Verify the token is active in your Jira profile under Profile → Personal Access Tokens. Tokens expire based on your Jira admin’s policy.
- Version not supported — Personal Access Tokens require Jira Data Center 8.14 or later. Check your instance version in Jira Administration → System → System Info.
- TLS certificate error — If your instance uses a self-signed or private CA certificate, paste the CA bundle (PEM) in the optional CA certificate field during setup.
- Cannot reach Jira — Ensure the base URL is correct and reachable over HTTPS. If your Jira is behind a firewall, make sure ZeroPath’s egress IPs are added to your network allowlist (shown in the connection dialog). If your Jira is on a fully private network, contact ZeroPath support about self-hosted deployment options.