Jira

Jira logo

Jira

Configuration

Jira source connector integrates with the Jira REST API to extract project management data.

Connects to your Jira Cloud instance.

It provides comprehensive access to projects, issues, and their relationships for agile development and issue tracking workflows.

Authentication

This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.

Supported authentication methods:

  • OAuth Browser Flow (recommended for UI)
  • OAuth Token (for programmatic access)
  • Auth Provider (enterprise SSO)

Configuration Options

This connector does not have any additional configuration options.

Data Models

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.