All integrations

Jira Integration with DefectDojo

Jira is a comprehensive work and project management platform by Atlassian that provides issue tracking, task management, workflow customization, and agile project management capabilities including Scrum and Kanban boards to help software development, IT, and cross-functional teams plan, track, and deliver projects efficiently. The platform integrates seamlessly with development tools, CI/CD pipelines, and third-party applications to centralize work tracking, enable collaboration across teams, provide real-time reporting and analytics, and support agile methodologies throughout the software development lifecycle from ideation to deployment.

Data Granularity: What Gets Imported

The following fields are captured from Jira results and surfaced in DefectDojo findings:

FieldSourceNotes
TitleFinding name from the scanMatched to the tool's own naming
SeverityCritical / High / Medium / Low / InfoMapped from the tool's own severity scale
DescriptionFinding detail from the reportIncludes what the issue is and why it matters
MitigationRemediation guidanceWhere the tool provides it

Importing Into DefectDojo

Use the DefectDojo import API to create a new Test under the relevant Engagement for your product. The request body:

{
  "scan_type": "Jira",
  "engagement": "<engagement-id>",
  "file": "results.json"
}