JiraTicketSensor
Atlassian JiraMonitors a jira ticket for given change in terms of function.
Access Instructions
Install the Atlassian Jira 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
ticket_idid of the ticket to be monitored
fieldfield of the ticket to be monitored
expected_valueexpected value of the field
result_processorfunction that return boolean and act as a sensor response
Documentation
Monitors a jira ticket for given change in terms of function.