-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
4.6.0
-
3
-
Severity 3 - Minor
-
Summary
If you translate Service Desk statuses but the agent and the customer use different languages, the status name that is used on the customer notification, is the Agent one.
Steps to Reproduce
- Have a customer and an agent with different languages
- Translate your workflow statuses
- Create Notification as:
English: "${event.user.name} changed the status to '${request.status}'."
Dutch: "${event.user.name} heeft de status gewijzigd in '${request.status}'." - Transition the ticket to one of these statuses and verify the customer notification
Examples:
Agent=ENG/Customer=NL --> "Agent1 heeft de status gewijzigd in 'In Progress'."
Agent=NL/Customer=ENG --> "Agent1 changed the status to 'Wordt aan gewerkt'." - The status name in the notification will be translated to Agent's language and not customer language.
Expected Results
Status names used in customer notification is customer language.
Actual Results
Status name used in customer notification is agent language.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is cloned by
-
JSMDC-5507 Loading...
- links to