Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Incident craeted with post request/API Key is not associated with a component

Mehvish_Ahmed October 31, 2022

Hi, I created a lambda function with a post request to auto-create an incident, a SNS topic triggers function. An incident is being created by a function, but the component is not showing any association with the incident. 

"No incidents or maintenance related to this downtime."

code:


PARAMS = {
"incident": {
"name": "Test Incident",
"status": "investigating",
"impact_override": "critical",
"body": "Currently investigating",
"Components_affected": "incident_test",
"components": {"xxxxxxxx": "major_outage"},
"component_ids": ["xxxxxxx"]
}
}

Please guide me, how I can associate incident with component, I mentioned component and component ID both in the code, still, something is missing. Thank you.

1 answer

1 accepted

1 vote
Answer accepted
Mehvish_Ahmed October 31, 2022

I solved the above issue, to associate a component with an incident, I was missing 

"deliver_notifications": "true", in PARAMS

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events