I am trying to send a test jira webhook with the following options and get "Received response with status code 401 <html> <head> <title>Unauthorized (401)....."
alert_message TEST1
alert_subject Zabbix to Jira TEST1 please ignore
event_recovery_value {EVENT.RECOVERY.VALUE}
event_source 0
event_tags_json {EVENT.TAGSJSON}
event_update_action {EVENT.UPDATE.ACTION}
event_update_message {EVENT.UPDATE.MESSAGE}
event_update_status 0
event_update_user {USER.FULLNAME}
event_value 1
jira_issue_key ISSUEKEY
jira_issue_type Support Request
jira_password USERTOKEN
jira_project_key PROJECTKEY
jira_url https://jira.test.domain
jira_user USER
trigger_description {TRIGGER.DESCRIPTION}
I tried this my own user account token and a service account. What could I be missing?
Versions used
Zabbix 5.4.2
Jira v8.17.1
webhook media_jira.yml default used.
alert_message TEST1
alert_subject Zabbix to Jira TEST1 please ignore
event_recovery_value {EVENT.RECOVERY.VALUE}
event_source 0
event_tags_json {EVENT.TAGSJSON}
event_update_action {EVENT.UPDATE.ACTION}
event_update_message {EVENT.UPDATE.MESSAGE}
event_update_status 0
event_update_user {USER.FULLNAME}
event_value 1
jira_issue_key ISSUEKEY
jira_issue_type Support Request
jira_password USERTOKEN
jira_project_key PROJECTKEY
jira_url https://jira.test.domain
jira_user USER
trigger_description {TRIGGER.DESCRIPTION}
I tried this my own user account token and a service account. What could I be missing?
Versions used
Zabbix 5.4.2
Jira v8.17.1
webhook media_jira.yml default used.
Request failed with status code 401
Comment