Details
-
Bug
-
Status: Open
-
Medium
-
Resolution: Unresolved
-
1.24.16
-
None
Description
Description
When exporting from the Customer Portal, Xporter uses Jira's set language instead of the User Profile.
Pre-conditions
- Configure your Jira instance with the English language
- Configure your User Profile with the Polish language (for example)
- Create a template with the following code and upload it to Xporter
${dateformat("d MMMM y"):CreatedDate}
How to reproduce
- Create a Jira Service Management project
- Go to the Customer Portal and create a request
- From the Customer Portal, export this issue using the template above.
Actual result/Attachments
The month of the date is exported in English because we are picking the Jira language and not the User Profile language, which is exporting.
When exporting from the Agent view, we export using User's profile language.
Expected result
We should be coherent and respect User's Profile Language.