While creating JIRA alert using ElastAlert library facing issue
ERROR:root:Error while running alert jira: Error creating JIRA ticket: HTTP 400: "project is required"
Though I have configured the jira_project property
below is content of my rule.yaml cofig file.
jira_server: URL
jira_project: Test Project
jira_issuetype: Bug
jira_account_file: FilePath
jira_description: Automated Jira Ticket by ElastAlert