Jira

Jira logo

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:

Schema for a Jira Project.

Reference: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/

FieldTypeDescription
project_idstrUnique numeric identifier for the project.
project_namestrDisplay name of the project.
project_keystrUnique key of the project (e.g., ‘PROJ’).
descriptionOptional[str]Description of the project.
web_url_valueOptional[str]Link to the project in Jira.

Schema for a Jira Issue.

Reference: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/

FieldTypeDescription
issue_idstrUnique identifier for the issue.
issue_keystrJira key for the issue (e.g. ‘PROJ-123’).
summarystrShort 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.).
project_keystrKey of the project that owns this issue.
created_timedatetimeTimestamp when the issue was created.
updated_timedatetimeTimestamp when the issue was last updated.
web_url_valueOptional[str]Link to the issue in Jira.

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

FieldTypeDescription
test_case_idstrUnique internal identifier for the test case.
test_case_keystrZephyr Scale key for the test case (e.g., ‘PROJ-T1’).
namestrName/title of the test case.
objectiveOptional[str]Objective or purpose of the test case.
preconditionOptional[str]Preconditions required before executing the test.
status_nameOptional[str]Current status of the test case (e.g., Draft, Approved).
priority_nameOptional[str]Priority level of the test case.
folder_pathOptional[str]Folder path where the test case is organized.
project_keystrKey of the Jira project this test case belongs to.
created_timedatetimeTimestamp when the test case was created.
updated_timedatetimeTimestamp when the test case was last updated.
web_url_valueOptional[str]Link to the test case in Zephyr Scale.

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

FieldTypeDescription
test_cycle_idstrUnique internal identifier for the test cycle.
test_cycle_keystrZephyr Scale key for the test cycle (e.g., ‘PROJ-R1’).
namestrName/title of the test cycle.
descriptionOptional[str]Description of the test cycle.
status_nameOptional[str]Current status of the test cycle (e.g., Not Executed, In Progress, Done).
folder_pathOptional[str]Folder path where the test cycle is organized.
project_keystrKey of the Jira project this test cycle belongs to.
created_timedatetimeTimestamp when the test cycle was created.
updated_timedatetimeTimestamp when the test cycle was last updated.
web_url_valueOptional[str]Link to the test cycle in Zephyr Scale.

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

FieldTypeDescription
test_plan_idstrUnique internal identifier for the test plan.
test_plan_keystrZephyr Scale key for the test plan (e.g., ‘PROJ-P1’).
namestrName/title of the test plan.
objectiveOptional[str]Objective or purpose of the test plan.
status_nameOptional[str]Current status of the test plan (e.g., Draft, Approved, Archived).
folder_pathOptional[str]Folder path where the test plan is organized.
project_keystrKey of the Jira project this test plan belongs to.
created_timedatetimeTimestamp when the test plan was created.
updated_timedatetimeTimestamp when the test plan was last updated.
web_url_valueOptional[str]Link to the test plan in Zephyr Scale.