apache-airflow-providers-jira
Provider for Apache Airflow. Implements apache-airflow-providers-jira package
What it is and what it does
This is an Apache Airflow provider package that bridges Airflow workflows with Atlassian Jira. It supplies operators, hooks, and sensors to orchestrate Jira issue management within Airflow DAGs—allowing you to create, query, and manipulate Jira tickets as steps in data pipelines. The package wraps the apache-airflow-providers-atlassian-jira library and integrates it into Airflow's task execution model.
The package is in its final release (3.1.0) and is deprecated in favor of the atlassian.jira provider. It requires Airflow 2.2.0 or later and supports Python 3.7–3.10. Installation is straightforward via pip, with optional extras available for full Jira functionality.
Use it for:
- Trigger Jira issue creation automatically when a data pipeline completes or fails.
- Query Jira issues as a sensor to pause or advance workflow steps based on ticket status.
- Synchronize issue updates between Jira and external systems as part of orchestrated workflows.
- Automate bulk Jira operations (transitions, field updates) on a schedule via Airflow DAGs.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Apache Airflow with Atlassian Jira, enabling workflow orchestration to create, query, and manage Jira issues as part of data pipelines.
Yes, but with strong conditions: install only if you are already running Airflow 2.2+ and need Jira integration. However, be aware this is the final release and deprecated—plan to migrate to the atlassian.jira provider. If starting a new project, use atlassian.jira directly instead. No known security vulnerabilities.
Install
apache-airflow-providers-jira on PyPI
pip
pip install apache-airflow-providers-jirauv
uv add apache-airflow-providers-jirapoetry
poetry add apache-airflow-providers-jiraInstalling apache-airflow-providers-jira
Before you install
Low install friction with a wheel distribution. Maintenance is active, though the package is in its final release (3.1.0) with a deprecation notice directing users to the atlassian.jira provider instead.
License in practice
Apache License 2.0 is permissive, allowing commercial use and modification with attribution.
Quickstart
pip install apache-airflow-providers-jira
from airflow.providers.jira.operators.jira import JiraOperator
from airflow import DAG
with DAG('jira_dag') as dag:
task = JiraOperator(task_id='create_issue')
Requires apache-airflow >= 2.2.0 and apache-airflow-providers-atlassian-jira as runtime dependencies.
Verify before relying
- Specific Jira API operations supported (create, query, update, transition) beyond the generic 'manage issues' claim.
- Whether the deprecation to atlassian.jira provider is a hard migration or a soft transition period.
- Compatibility matrix between specific Jira Server/Cloud versions and this provider version.
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | supports the current Python release (~=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — apache-airflow-providers-atlassian-jira, apache-airflow |
| Maintenance | actively maintained — 1,413 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 145,593/month — #11,124 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_jira-3.1.0-py3-none-any.whl
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-atlassian-jiraProvides Apache Airflow operators and hooks to…
permissive · top 5,000 on PyPI
jiraA Python library that wraps the Jira REST API,…
permissive · top 1,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-jenkinsIntegrates Jenkins CI/CD systems into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-githubProvides GitHub integration operators and hooks…
permissive · top 15,000 on PyPI
apache-airflow-providers-vespaIntegrates Apache Airflow with Vespa, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-flinkProvides Apache Airflow integration for Apache…
permissive · top 15,000 on PyPI
sf-hamiltonThis package is a redirect to apache-hamilton;…
permissive · top 15,000 on PyPI