Auto Incidnet closure

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Auto Incidnet closure

L0 Member

Dear Community,

 

I'm looking for a way to daily automatically close all incidents with specific criteria.

 

I'm trying to archive that using jobs , I'm trying to create a playbook the query incidents (with specific criteria) and whatever the query outcome I need to close those incidents.

 

any suggestions on achieving that , I'm open for all suggestion.

 

Thanks.

 

 

 

1 REPLY 1

L4 Transporter

Hi @Mohamad_1221 ,

 

You can run a job with 2 tasks. The first one will be SearchIncidentsV2 or SearchIncidentsSummary where you can define a query for the incidents to be closed. The output of those tasks might be huge, you can use ExtendContext and ignore the output option.ExtendContext would be something like FoundIncidents=Contents.data={"name": val.name, "id": val.id}. As a second task you can use closeInvestigation automation and define id field as a ${FoundIncidents.id} and other fields like close reason.

 

I hope this solves your problem. 

 

Best Regards,

  • 418 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!