skillfed

apache-airflow-providers-jira

Provider for Apache Airflow. Implements apache-airflow-providers-jira package

apache-airflow-providers-jira v3.1.0 145.6K downloads/30d#11,124 on PyPI46,490
Permissive license Apache License 2.0 Active released

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-jira

uv

uv add apache-airflow-providers-jira

poetry

poetry add apache-airflow-providers-jira

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: System :: Monitoring

Tags

airflow jira integrationjira operator airflowjira provider airfloworchestrate jira workflowsairflow jira tasksjira issue automationairflow atlassian jira
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-atlassian-jira

Provides Apache Airflow operators and hooks to…

permissive · top 5,000 on PyPI

jira

A Python library that wraps the Jira REST API,…

permissive · top 1,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-jenkins

Integrates Jenkins CI/CD systems into Apache…

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-github

Provides GitHub integration operators and hooks…

permissive · top 15,000 on PyPI

apache-airflow-providers-vespa

Integrates Apache Airflow with Vespa, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-flink

Provides Apache Airflow integration for Apache…

permissive · top 15,000 on PyPI

sf-hamilton

This package is a redirect to apache-hamilton;…

permissive · top 15,000 on PyPI