Displaying and Downloading all files from a ticket at once #90
Hildy
started this conversation in
Automation Examples
Replies: 1 comment
-
|
Alternatively, you can add this workflow to create both the automation and profile widget in a single step. Navigate to Search > Workflows > (+) and choose Empty. Paste the following in the box: Click Continue and the whole thing should be up and ready to go. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've had occasional requests to be able to mass-download the attachments on an entire ticket thread. This guide will walk you through creating an automation and a ticket profile widget to do just that.
First, we'll need to create an automation to process the attachments and present them to the worker. Go to Search -> Automations and click the (+) to create a new one. We'll call it
wgm.ticket.attachments.download[1], give it whatever description you like, and for Trigger, selectinteraction.worker.[1] You can rename this if you like, but the name comes into play in the widget, so you'll have to update that, too
For the automation content, use:
On the Policy tab below, use:
Save the automation you've created.
Next, go to a ticket profile page (any ticket), and click the "Add Widget" button:

Select the Build tab, name it "Attachments", and select Type
Sheet.For the Data Query, use:
For the Sheet Schema, use:
And for the Sheet Toolbar (this is where you'll have to update the automation name if you changed it), use:
Save this widget, and you'll now have a display showing every attachment on the ticket, and selecting them will allow you to download a zip file of the selected attachments.
Beta Was this translation helpful? Give feedback.
All reactions