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,557,316
Community Members
 
Community Events
184
Community Groups

Is it possible to change incident status?

Is it possible to change incident status at creation time via API?

 

I'm trying to change the status at creation time, as every time I go to create the status is generated as "solved", and I want it to be created as "investigating".

 

Captura de Tela 2022-08-12 às 18.03.53.png Captura de Tela 2022-08-12 às 18.04.54.png

 

I'm already passing the status "investigating", but it doesn't solve.

Code:

 

{
"incident": {
"name": "[Teste]Nats",
"status": "investigating",
"impact_override": "none",
"scheduled_remind_prior": true,
"scheduled_auto_in_progress": true,
"scheduled_auto_completed": true,
"metadata": {},
"deliver_notifications": true,
"auto_transition_deliver_notifications_at_end": true,
"auto_transition_deliver_notifications_at_start": true,
"auto_transition_to_maintenance_state": true,
"auto_transition_to_operational_state": true,
"backfill_date": "string",
"backfilled": true,
"body": "string",
"components": {
"7yvk76r97rp0": "operational"
},
"component_ids": [
"f0vdktlv6y31"
],
"scheduled_auto_transition": true
}
}

1 answer

1 accepted

0 votes
Answer accepted
Arumugam M
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 17, 2022

Hey @Jonathan Brito

Good day! Hope you are doing well. 

This is Arumugam from Atlassian Support and I'm here to help!

I understand that you are creating incidents via API and you are running into an issue where the created incidents are in resolved status instead of Investigating

While looking at the payload that you shared above, it seems that you are sending the following key-value pairs which is the reason for this behaviour:

 

"backfill_date": "string",
"backfilled": true
Incident backfilling is something that you will need to pass if the incident is already resolved. 
If it is a new incident, please remove the above two values from the payload and try creating an incident, it should solve the issue. 
I hope this helps. Please let me know if you have any specific follow-up questions. 
Thanks, 
Arumugam

Suggest an answer

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

Atlassian Community Events