Skip to main content

Jira agent connector

Connector for Jira API

Installation

uv pip install airbyte-agent-jira

Usage

from airbyte_agent_jira import JiraConnector, JiraAuthConfig

connector = JiraConnector(
auth_config=JiraAuthConfig(
username="...",
password="..."
)
)
result = await connector.issues.search()

Full documentation

This connector supports the following entities and actions.

EntityActions
IssuesSearch, Get
ProjectsSearch, Get
UsersGet, List, Search
Issue FieldsList, Search
Issue CommentsList, Get
Issue WorklogsList, Get

For detailed documentation on available actions and parameters, see this connector's full reference documentation.

For the service's official API docs, see the Jira API reference.

Version information

  • Package version: 0.1.14
  • Connector version: 1.0.2
  • Generated with Connector SDK commit SHA: 12f6b994298f84dfa217940afe7c6b19bec4167b