Hi!
I'd like to encrese a size of thumbnails of JIRA attachments on an issue view screen in JIRA.
According to the article
https://confluence.atlassian.com/adminjiraserver073/configuring-file-attachments-861253987.html I'd changed two parametes
jira.thumbnail.maxwidth = 300
jira.thumbnail.maxheight = 300
in jira-config.properties. 200px it is default value.
I see that these parameters was applyed in JIRA System info screen and noticed that a size of thumbnails files got bigger in JIRA Attachments folder. In an image viewer its size fits to the new volue. But on a issue view screen it is still shown in old size(200x200). I cleared a cache of a browser and checked out this on the different browser - but size wasn't changed.
How to encrese a size of thumbnails?
After investigation this question I came up to next results:
1) It is impossible to increase an attachment thumbnail in Attachment panel.
There was raised a Bug ticket:
https://jira.atlassian.com/browse/JSWSERVER-19788 "Thumbnail size in Jira cannot be bigger than 200x200px"
Please vote for it to fix this behaviour.
2) There is another way how is used
parameters jira.thumbnail.maxwidth and jira.thumbnail.maxheight in jira-config.properties file.
It is used to set a size of thubnail from attachment files which is inserted to description field.
So, in the description field of task those perameters work very well. A thumbnail changes its size which is set in the jira-config.properties file.
Does that affect the thumbnail size in the attachments section too? Or only those attached to comments?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Aleksandr Karev,
Have you deleted the all existing thumbnail images in the attachments
directory (that is, those containing '_thumb_
' in the filename) and restart Jira. Please check if that is the case.
Thanks,
Ram.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Yeah! I deleted and restarted JIRA. I see that the size of thumbs file is changed and got bigger and it looks bigger on image viewer but on JIRA sreen it still have small size (
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
I've made some investigation about this strange behaviour JIRA and I got a surprise result:
Size of thumbnails could be only decrease.
For example I set:
ira.thumbnail.maxwidth = 100
jira.thumbnail.maxheight = 100
and successfully got a small thumbnail.
Ha!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.