JiraSensor
Monitors a jira ticket for any change.
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.