Skip to main content

Jira agent connector

Connector for Jira API

Example questions

The Jira connector is optimized to handle prompts like these.

  • Show me all open issues in the {project_key} project
  • What issues are assigned to {team_member} this week?
  • Find all high priority bugs in our current sprint
  • Get the details of issue {issue_key}
  • List all issues created in the last 7 days
  • Show me overdue issues across all projects
  • List all projects in my Jira instance
  • Get details of the {project_key} project
  • What projects have the most issues?
  • Who are all the users in my Jira instance?
  • Search for users named {user_name}
  • Get details of user {team_member}
  • Show me all comments on issue {issue_key}
  • How much time has been logged on issue {issue_key}?
  • List all worklogs for {issue_key} this month

Unsupported questions

The Jira connector isn't currently able to handle prompts like these.

  • Create a new issue in {project_key}
  • Update the status of {issue_key}
  • Add a comment to {issue_key}
  • Log time on {issue_key}
  • Delete issue {issue_key}
  • Assign {issue_key} to {team_member}

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.19
  • Connector version: 1.0.3
  • Generated with Connector SDK commit SHA: d023e05f2b7a1ddabf81fab7640c64de1e0aa6a1