IBM QRadar SOAR

IBM QRadar SOAR

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Close incident with script

    Posted Wed April 20, 2022 12:52 PM
    Is there a simple way to close an incident with a script? Alternatively any apps in app exchange that has this functionality?

    ------------------------------
    Mark Aksen
    ------------------------------


  • 2.  RE: Close incident with script

    Posted Fri April 22, 2022 08:53 AM
    Hi Mark,

    I'm happy to say that, yes, we have that capability in an app: Incident Utils https://exchange.xforce.ibmcloud.com/hub/extension/52b73a41ea7ae93071f19c7e00f72be5. See the function for closing an incident. It does require a template to be used for setting the required fields for your environment. But the default template can be used as a guide for the standard required fields: Resolution and Resolution Summary.

    Regards,
    Mark

    ------------------------------
    Mark Scherfling
    ------------------------------



  • 3.  RE: Close incident with script

    Posted Thu June 27, 2024 12:06 AM

    Hi Mark Scherfling,

    In my situation i passed input with appropriate values ​​but it didn't work for the purpose and didn't return error. I cannot close the incident using this function.



    ------------------------------
    Dũng Đặng
    ------------------------------



  • 4.  RE: Close incident with script

    Posted Fri June 28, 2024 03:14 AM

    Hello  Dũng.

    Simply speaking, the following 3 incident fields should be set at a time.

    incident.resolution_id = "Resolved"
    incident.resolution_summary = "Resolved"
    incident.plan_status = "C"

    Since incident.resolution_id is select type, its value should match the possible candidate. (just in case your orglocale is other than en) 



    ------------------------------
    Yohji Amano
    ------------------------------



  • 5.  RE: Close incident with script

    Posted Sat June 29, 2024 05:37 AM

    Hi Yohji Amano, 

    Thanks for the quick answer
    I fixed the above problem because I was missing incident fields with Requiremen: On Close.



    ------------------------------
    Dũng Đặng
    ------------------------------