skillfed

apache-airflow-providers-atlassian-jira

Provider package apache-airflow-providers-atlassian-jira for Apache Airflow

apache-airflow-providers-atlassian-jira v3.3.5 1.0M downloads/30d#4,468 on PyPI46,490
Permissive license Apache-2.0 Active released

What it is and what it does

This is an Apache Airflow provider package that integrates Jira into Airflow workflows. It wraps atlassian-python-api and exposes Jira operations as Airflow operators and hooks, allowing you to orchestrate Jira tasks within DAGs. The package is production-stable and actively maintained as part of the Apache Airflow ecosystem.

You install it on top of an existing Airflow installation (>=2.11.0) and then import operators and hooks from the airflow.providers.atlassian.jira namespace to create tasks that interact with Jira. It depends on apache-airflow, apache-airflow-providers-http, apache-airflow-providers-common-compat, and atlassian-python-api (>3.41.10) to handle the actual Jira API communication.

Use it for:

  • Create Jira issues automatically from Airflow DAG tasks when data pipelines complete or fail.
  • Query Jira for issues matching criteria and use results to trigger downstream workflow logic.
  • Update Jira issue status or add comments as part of multi-system orchestration workflows.
  • Synchronize project management data between Jira and other systems in a scheduled Airflow pipeline.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Apache Airflow operators and hooks to create, query, and manage Jira issues as part of Airflow DAGs.

Yes. This is a production-stable, actively maintained provider package from the Apache Airflow project with no known vulnerabilities. Install it if you run Airflow and need to integrate Jira into your workflows. The low install friction and permissive Apache-2.0 license remove barriers; the only prerequisite is having Airflow >=2.11.0 and Python >=3.10 already in place.

Install

apache-airflow-providers-atlassian-jira on PyPI

pip

pip install apache-airflow-providers-atlassian-jira

uv

uv add apache-airflow-providers-atlassian-jira

poetry

poetry add apache-airflow-providers-atlassian-jira

Installing apache-airflow-providers-atlassian-jira

Before you install

Low friction install as a pure-Python wheel. Actively maintained with a release 17 days old; the parent Apache Airflow project has 46490 stars and commits through 2026-08-14. Requires Apache Airflow >=2.11.0.

License in practice

Licensed under Apache-2.0 (permissive). You may use, modify, and distribute this package freely, including in commercial contexts, provided you retain license notices.

Quickstart

pip install apache-airflow-providers-atlassian-jira

from airflow.providers.atlassian.jira import JiraHook

hook = JiraHook(jira_conn_id='jira_default')

Requires Apache Airflow >=2.11.0 and Python >=3.10; Jira connection credentials must be configured in Airflow.

Verify before relying

  • What specific Jira operations (issue creation, transitions, searches, etc.) are exposed by this provider.
  • Whether the provider supports Jira Cloud, Jira Server, or both deployment models.
  • Performance characteristics and rate-limiting behavior when interacting with Jira APIs.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 4 — apache-airflow, apache-airflow-providers-common-compat, apache-airflow-providers-http, atlassian-python-api
Maintenance actively maintained — 17 days since the last release
Last repo commit
First released
Downloads 1,031,026/month — #4,468 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_atlassian_jira-3.3.5-py3-none-any.whl

Keywords: airflow-provider, atlassian.jira, airflow, integration

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow jira integrationairflow provider jirajira airflow pluginatlassian jira airflowworkflow jira automationairflow jira connector
airflow-providerjira-integrationworkflow-orchestration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-jira

Integrates Apache Airflow with Atlassian Jira,…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-livy

Integrates Apache Livy with Apache Airflow to…

permissive · top 15,000 on PyPI

apache-airflow-providers-asana

Integrates Apache Airflow with Asana, enabling…

permissive · top 15,000 on PyPI

atlassian-python-api

Provides Python bindings to REST APIs for…

permissive · top 5,000 on PyPI

apache-airflow-providers-informatica

Provides Apache Airflow integration operators…

permissive · top 15,000 on PyPI

apache-airflow-providers-github

Provides GitHub integration operators and hooks…

permissive · top 15,000 on PyPI

apache-airflow-providers-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

apache-airflow-providers-opensearch

Integrates OpenSearch with Apache Airflow,…

permissive · top 15,000 on PyPI

jira

A Python library that wraps the Jira REST API,…

permissive · top 1,000 on PyPI

apache-airflow-providers-neo4j

Integrates Neo4j graph database operations into…

permissive · top 15,000 on PyPI