Hello,
We have an issue where when we set up the alert action we put all the required fields with the red *. We trigger the alert and in the logs, we see that it is requiring the content: components.
"fields": {
"issuetype": {
"name": "Task"
},
"priority": {
"name": "High"
},
"summary": "Splunk Alert: Alert",
"project": {
"key": "id "
},
"description": "The alert condition for ' Alert' was triggered."
}
}, **HTTP Error=400, content={"errorMessages":[],"errors":{"components":"Components is required."}}**"
In custom fields we put a component and we triggered the alert and we got a different error :
},
\"content\": {\"component\": { \"name\": \"Incidents"} }
}
}" **action_name="jira_service_desk" search_name="CrowdStrike Detection Alert" signature="Unexpected error: Expecting property name enclosed in double quotes: line 15 column 2 (char 257)."**
Can you please Advise?
Thanks!
... View more