Documentation for JIRA 4.0. Documentation for other versions of JIRA is available too.
'Thumbnails' allow an image to be previewed in miniature, without having to download the original full-size image. JIRA can automatically create thumbnails for file attachments of the following types:
Once thumbnail functionality is enabled, thumbnails are displayed to users in the 'Image Attachments' section when viewing an issue. (All other types of file attachments are listed in the File Attachments section.) You can also configure the Issue Navigator column layout to display the thumbnails in an Images
column.
All thumbnail images are stored in JPEG format in the attachments
directory (see ' Configuring File Attachments '), together with the original attachments. The thumbnail images are denoted by ' thumb
' in the filename.
Thumbnail image generation requires the following:
-Djava.awt.headless=true
.By default, thumbnails are 200 pixels wide and 200 pixels high. To change the dimensions of thumbnail images:
jira-application.properties
:
jira.thumbnail.maxwidth
jira.thumbnail.maxheight
attachments
directory (denoted by '*_thumb_*
' in the filename).