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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,298
Community Members
 
Community Events
184
Community Groups

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

Edited

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

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