Jira
Jira
This connector enables AI agents and RAG systems to retrieve context from Jira through Airweave’s unified search layer.
Configuration
Jira source connector integrates with the Jira REST API to extract project management data.
Connects to your Jira Cloud instance. Optionally integrates with Zephyr Scale for test management entities (test cases, test cycles, test plans) when a Zephyr Scale API token is provided.
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:
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/
ZephyrTestCaseEntity
Schema for a Zephyr Scale Test Case.
Test cases have keys in the format PROJECT-T### (e.g., PROJ-T1, PROJ-T2).
Reference: https://support.smartbear.com/zephyr-scale-cloud/api-docs/#tag/Test-Cases
ZephyrTestCycleEntity
Schema for a Zephyr Scale Test Cycle.
Test cycles have keys in the format PROJECT-R### (e.g., PROJ-R1, PROJ-R2). They represent a collection of test executions for a specific testing iteration.
Reference: https://support.smartbear.com/zephyr-scale-cloud/api-docs/#tag/Test-Cycles
ZephyrTestPlanEntity
Schema for a Zephyr Scale Test Plan.
Test plans have keys in the format PROJECT-P### (e.g., PROJ-P1, PROJ-P2). They represent a high-level collection of test cycles for release planning.
Reference: https://support.smartbear.com/zephyr-scale-cloud/api-docs/#tag/Test-Plans