Create incident from scheduled report job
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2019 02:20 PM
Is there a way to create an incident ticket when report is scheduled to run? Meaning can the same scheduled job open an incident ticket with that report as an attachment? TIA!!
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2019 03:05 PM
I'm not sure that you can export a report onto your instance. I do have an alternative for you. Have your job send the report back to your instance either directly or via a mailbox that auto forwards to your instance. Then you can have your inbound actions pick it up and handle it like anything else coming in.
Hope that helps.
:{)
Helpful and Correct tags are appreciated and help others to find information faster
:{)
Helpful and Correct tags are appreciated and help others to find information faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2019 03:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2019 09:32 AM
Hello! This works except it does NOT attach the report as an attachment. i tried adding "GlideSysAttachment.copy(current.getTableName(), current.getValue('sys_id'), 'incident', incidentSysId);" after gr.insert(); with no luck. Any suggestion?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2020 02:52 PM
gr.insert() and gr.update() and gs.info() These commands are not at all working for me in conditional script
I donno how you guys achieved this. Please help me