apache-airflow-providers-atlassian-jira
Provider package apache-airflow-providers-atlassian-jira for Apache Airflow
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-jirauv
uv add apache-airflow-providers-atlassian-jirapoetry
poetry add apache-airflow-providers-atlassian-jiraInstalling 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
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-jiraIntegrates Apache Airflow with Atlassian Jira,…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-livyIntegrates Apache Livy with Apache Airflow to…
permissive · top 15,000 on PyPI
apache-airflow-providers-asanaIntegrates Apache Airflow with Asana, enabling…
permissive · top 15,000 on PyPI
atlassian-python-apiProvides Python bindings to REST APIs for…
permissive · top 5,000 on PyPI
apache-airflow-providers-informaticaProvides Apache Airflow integration operators…
permissive · top 15,000 on PyPI
apache-airflow-providers-githubProvides GitHub integration operators and hooks…
permissive · top 15,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-opensearchIntegrates OpenSearch with Apache Airflow,…
permissive · top 15,000 on PyPI
jiraA Python library that wraps the Jira REST API,…
permissive · top 1,000 on PyPI
apache-airflow-providers-neo4jIntegrates Neo4j graph database operations into…
permissive · top 15,000 on PyPI