Documentation
Jira Integration
Automatically create Jira tickets for security findings.
The Jira integration automatically creates tickets for security findings detected in pull requests. Tickets are linked back to the PR and include full context — rule ID, severity, affected file, and the suggested fix.
Connect Jira
1
Go to Dashboard → Integrations → Jira and click Connect.
2
Enter your Jira Cloud site URL (e.g.
yourteam.atlassian.net).3
Authorise with your Atlassian account.
4
Select the Jira project where tickets will be created.
5
Map CodeSentinel severities to Jira issue types and priorities.
6
Click Save.
Ticket lifecycle
Created — when a finding is detected in a PR scan.
In Progress — when the developer applies a fix (via VS Code or dashboard).
Resolved — automatically when the fixed PR is merged and a follow-up scan finds no issues.
Reopened — if the same vulnerability reappears in a future PR.
Configuration
json
{
"integrations": {
"jira": {
"project": "SEC",
"issueType": "Bug",
"createOn": ["critical", "high"],
"labelPrefix": "codesentinel"
}
}
}Jira is available on Team and Enterprise plans
The Jira integration requires a Team or Enterprise plan. Upgrade from the CodeSentinel dashboard to enable it.