File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ actions:
6161Check the following workflow examples:
6262- [create_jira_ticket_upon_alerts.yml](https://github.com/keephq/keep/blob/main/examples/workflows/create_jira_ticket_upon_alerts.yml)
6363- [incident-enrich.yaml](https://github.com/keephq/keep/blob/main/examples/workflows/incident-enrich.yaml)
64+ - [jira-create-ticket-on-alert.yml](https://github.com/keephq/keep/blob/main/examples/workflows/jira-create-ticket-on-alert.yml)
65+ - [jira-transition-on-resolved.yml](https://github.com/keephq/keep/blob/main/examples/workflows/jira-transition-on-resolved.yml)
6466- [jira_on_prem.yml](https://github.com/keephq/keep/blob/main/examples/workflows/jira_on_prem.yml)
6567- [test_jira_create_with_custom_fields.yml](https://github.com/keephq/keep/blob/main/examples/workflows/test_jira_create_with_custom_fields.yml)
6668- [test_jira_custom_fields_fix.yml](https://github.com/keephq/keep/blob/main/examples/workflows/test_jira_custom_fields_fix.yml)
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ This provider requires authentication.
66- ** email** : Email address to send alerts to (required: False, sensitive: False)
77- ** sender** : Sender email address to validate (required: False, sensitive: False)
88- ** email_domain** : Custom email domain for receiving alerts (required: False, sensitive: False)
9+ - ** api_region** : Mailgun API region (required: False, sensitive: False)
910- ** extraction** : Extraction Rules (required: False, sensitive: False)
1011
1112
You can’t perform that action at this time.
0 commit comments