-
Suggestion
-
Resolution: Duplicate
-
1
-
Issue Summary
The export feature in Jira does not take into consideration the user's decimal separator preference when exporting issues to a CSV file. As a result, number fields are exported with a dot as the decimal separator instead of a comma when Spanish language is set, regardless of the site's default language configuration or the user's language settings.
Steps to Reproduce
- Set your site default language under System > General configuration to Spanish and also your user's preferred language to Spanish (numbers will be shown with a comma as the decimal separator in Jira)
- Log in to Jira and navigate to a project.
- Apply a filter to display a list of issues.
- Click on the "Export" button and choose the option to export to a CSV file.
- Open the exported CSV file and observe the format of the numbers.
Expected Results
The exported numbers should follow either the user's decimal separator preference as set in their language settings or the Jira site's default language setting (or give the user an option to select which language prefers). For example, if the user has set Spanish as their language preference, the exported numbers should use a comma as the decimal separator.
Actual Results
The exported numbers consistently use a dot as the decimal separator, irrespective of the user's language settings or site default language.
Workaround
One of the following workarounds could be implemented:
- Create a simple script that modifies the format of the number fields in the exported CSV file, replacing dots with commas or applying the desired formatting.
- Utilize a program or tool that allows the import of a CSV file and provides options to customize the format of different fields, including the decimal separator.
- Consider using a 3rd party plugin from our Marketplace to see if you need more control over how your data is exported to Excel, for example, you can try using the Better Excel Plugin.
- duplicates
-
JRACLOUD-62414 Allow users to configure the delimiter / separator in CSV export
- Gathering Interest
- is duplicated by
-
JRACLOUD-80650 The CSV export should keep the decimal character used based on the user language
- Closed
- is related to
-
JRACLOUD-75109 Allow end users to select their own separator for number fields outside of their language or region
- Gathering Interest