JiraSensor

Monitors a jira ticket for any change.

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
method_nameRequiredmethod name from jira-python-sdk to be execute
method_paramsparameters for the method method_name
result_processorfunction that return boolean and act as a sensor response

Documentation

Monitors a jira ticket for any change.

Was this page helpful?