cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who Me Too'd this topic

Upload a File to the "Attachments" Section of an Incident

L0 Member

Hello all!

 

I have an automation in which I'm trying to upload a file to the "Attachments" section of the current incident.

 

I can upload the file to the war room, but I would also like to move the file to the attachments section of the incident so that user's can easily access it.

 

My Current Implementation:

log_content = log_buffer.getvalue()
log_buffer.close()

demisto.results(fileResult("results.csv", log_content))

 

I want the file to show up here:

BowenAguero_0-1702310406529.png

Who Me Too'd this topic