Skip to content
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

Open
wrongecho opened this issue Oct 8, 2023 · 3 comments
Open

Feature Request: Ticket attachments #739

wrongecho opened this issue Oct 8, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@wrongecho
Copy link
Collaborator

wrongecho commented Oct 8, 2023

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

@wrongecho wrongecho self-assigned this Oct 8, 2023
@wrongecho wrongecho added the enhancement New feature or request label Oct 8, 2023
@wrongecho
Copy link
Collaborator Author

This was completed under a3d8f5a

@boppy
Copy link

boppy commented Jul 8, 2024

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... 🤷‍♂️)

@wrongecho wrongecho reopened this Jul 8, 2024
@wrongecho
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants