JiraOperator

JiraOperator to interact and perform action on Jira issue tracking system. This operator is designed to use Jira Python SDK: http://jira.readthedocs.io

View on GitHub

Last Updated: Oct. 22, 2022

Access Instructions

Install the provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

jira_conn_idreference to a pre-defined Jira Connection
jira_methodRequiredmethod name from Jira Python SDK to be called
jira_method_argsrequired method parameters for the jira_method. (templated)
result_processorfunction to further process the response from Jira
get_jira_resource_methodfunction or operator to get jira resource on which the provided jira_method will be executed

Documentation

JiraOperator to interact and perform action on Jira issue tracking system. This operator is designed to use Jira Python SDK: http://jira.readthedocs.io

Was this page helpful?