-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Ticket attachments #739
Comments
This was completed under a3d8f5a |
Reviewing the GUI and this commit, I only see the possibility to add attachments in the customer portal and by email. But I cannot add attachments as an admin in the "default" system view, or am I missing something (most likely I am... 🤷♂️) |
You are completely correct. We need to add it on the agent side too! This should be relatively easy. |
Merged in duplicate:
|
Allow attachments for tickets. Attachments would be uploaded and recorded in a new table. They would be accessible under the ticket reply associated with them (or under the main ticket if uploaded during ticket creation).
Table: ticket_attachments
ticket_attachment_id
ticket_attachment_name (friendly name)
ticket_attachment_ticket_id
ticket_attachment_ticket_reply_id (0 is attached to the main ticket?)
ticket_attachment_ref (md5 / random name)
ticket_attachment_created_at
The text was updated successfully, but these errors were encountered: