Jira
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
The following configuration options are available for this connector:
Jira configuration schema.
List of Jira project keys to sync (e.g., ‘PROJ’, ‘DEV’, ‘MARKET’). Only the specified projects will be synced. Hit enter to add new project. You can find project keys in your Jira project settings.
Data Models
The following data models are available for this connector:
JiraProjectEntity
Schema for a Jira Project.
Reference: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/
JiraIssueEntity
Schema for a Jira Issue.
Reference: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/