-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
1
-
Severity 3 - Minor
-
Jira Software
Issue Summary
At present MimeType of .csv file is stored as text/plain in media database, while it should be text/csv. In rare cases there is a inconsistency observed some .csv files are saved with text/plain while some are with text/csv
Steps to Reproduce
- Upload any .csv file to any of the Jira Issue(work item)
- Check the MimeType of .csv file
Expected Results
MimeType of .csv file is should be text/csv
Actual Results
MimeType of .csv file is stored as text/plain,
Workaround
Use the filename extension as a workaround