Jira

Jira logo

Jira

Connect your Jira data to Airweave

Overview

The Jira connector allows you to sync data from Jira into Airweave, making it available for search and retrieval by your agents.

Configuration

JiraSource

Simplified Jira source implementation (read-only).

This connector retrieves hierarchical data from Jira’s REST API:

  • Projects
  • Issues (within each project)

Authentication

This connector uses OAuth 2.0 with refresh token.

Authentication Configuration

Jira authentication credentials schema.

refresh_token
strRequired

The refresh token for your Jira app.

access_token
strRequired

The access token for your Jira app.

Entities

The following data models are available for this connector:

Schema for a Jira Project.

FieldTypeDescription
project_keystrUnique key of the project (e.g., ‘PROJ’).
nameOptional[str]Name of the project.
descriptionOptional[str]Description of the project.

Schema for a Jira Issue.

FieldTypeDescription
issue_keystrJira key for the issue (e.g. ‘PROJ-123’).
summaryOptional[str]Short summary field of the issue.
descriptionOptional[str]Detailed description of the issue.
statusOptional[str]Current workflow status of the issue.
issue_typeOptional[str]Type of the issue (bug, task, story, etc.).
created_atOptional[datetime]Timestamp when the issue was created.
updated_atOptional[datetime]Timestamp when the issue was last updated.