This connector enables AI agents and RAG systems to retrieve context from Jira through Airweave’s unified search layer.
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.
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
This connector does not have any additional configuration options.
The following data models are available for this connector:
Schema for a Jira Project.
Reference: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/
Schema for a Jira Issue.
Reference: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/
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
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
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