Treat certain file types as text when attaching to an issue

Edwin Smith January 6, 2015

When you upload a .txt file to JIRA when you click on it the file is displayed in the web browser (not downloaded).

However if you attach a .log file or a .crash it is treated as a binary file and downloaded. How can we update JIRA with a list of known file endings that are actually text files and should be treated as such?

2 answers

2 votes
Pedro Cora
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 6, 2015

Edwin,

You have to edit the mime.types file located at JIRA-INSTALL/atlassian-jira/WEB-INF/classes so JIRA knows what files should be plain text.

-- Pedro

0 votes
Edwin Smith January 7, 2015

Thanks for the reply smile It might be an idea to add things like .crash and .log to the plaintext defaults?

Suggest an answer

Log in or Sign up to answer