The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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?