1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/docs/ai-agents/connectors/jira/README.md

1.5 KiB

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.

Entity Actions
Issues Search, Get
Projects Search, Get
Users Get, List, Search
Issue Fields List, Search
Issue Comments List, Get
Issue Worklogs List, 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.11
  • Connector version: 1.0.2
  • Generated with Connector SDK commit SHA: f7c55d3e3cdc7568cab2da9d736285eec58f044b