Migration to 7.8.0+
Changes
-
New endpoint added for uploading attachments to a ticket (POST /BCI_TS/v1/{tenant-id}/tickets/{ticket-id}/attachments). User must have 'modify' privilege to the specified ticket.
-
New endpoint added for deleting attachments of a ticket (POST /BCI_TS/v1/{tenant-id}/tickets/{ticket-id}/attachments/{attachment-id}).User must have 'modify' privilege to the specified ticket.
-
Get ticket details endpoint is now returning also general ticket attachment information
-
New environment variables:
-
TS_ATTACHMENT_PROPERTIES_ALLOWED_EXTENSIONS
-
TS_MAX_NUMBER_ATTACHMENTS
-
TS_ATTACHMENT_MAX_SIZE
-
-
Removed dummy resource "Ticket Management" and updated the resource "Ticket-Board"
-
New endpoint added for downloading attachments of a ticket (POST /BCI_TS/v1/{tenant-id}/tickets/{ticket-id}/attachments/{attachment-id}).User must have the 'read' privilege to the specified ticket.