Migration to 7.9.0+
Changes
-
Static resource for "Escalation Mappings" is created, resource id is "urn:com:bosch:bci:tm:ts:Escalation-Mapping"
-
An application role called "Ticket Escalation Mapping Administrator" is introduced, which has add, remove, modify, read privilege on all escalation mapping.
-
The user requires the role "Ticket Escalation Mapping Administrator" to call the following endpoints:
-
GET /BCI_TS/v1/{tenant-id}/solution-groups/escalation-groups
-
POST /BCI_TS/v1/{tenant-id}/solution-groups/{group-id}/escalation-groups
-
DELETE /BCI_TS/v1/{tenant-id}/solution-groups/{group-id}/escalation-groups
-
PATCH /BCI_TS/v1/{tenant-id}/solution-groups/{group-id}/escalation-groups
-
-
New environment variables:
-
TS_MAX_FILENAME_LENGTH
-
TS_ATTACHMENTPROPERTIES_FORBIDDENEXTENSIONS
-
-
A new static resource called "Application-Configurations" is created, resource id is "urn:com:bosch:bci:tm:ts:Application-Configurations". The privilege to that resource is added to the Ticket Management Admin, Ticket Management Expert and Ticket Management User roles.
-
New internal endpoint added for retrieving application configurations (GET /BCI_TS/v1/support/configs). User must have the 'read' privilege for Application-Configurations.