-
Bug
-
Resolution: Unresolved
-
Low (View bug fix roadmap)
-
None
-
7.13.0, 7.12.3, 8.2.4, 8.7.1
-
7.12
-
1
-
Severity 3 - Minor
-
Summary
As per the documentation - Configuring file attachments, users are allowed to configure the thumbnail size. However, changing the thumbnail width and height to anything bigger than 200x200px does not reflect on the UI. Note that, the thumbnail(s) under $JIRA_HOME/data/attachments/<project-key>/10000/<issue-key>/thumbs are generated with the correct dimensions.
Steps to Reproduce
- Open $JIRA_HOME/jira-config.properties
- Edit (or add) the values of the following properties with values greater than 200
jira.thumbnail.maxwidth = 300 jira.thumbnail.maxheight = 300
- Delete all existing thumbnail images within the attachments directory (that is, those containing 'thumb' in the filename)
- Restart Jira
Expected Results
Thumbnails in Issue are resized accordingly to the new maxwidth and maxheight values.
Actual Results
No changes observerd to the thumbnail size in the issues.
[JRASERVER-70770] Thumbnail size in Jira cannot be bigger than 200x200px
Support reference count | Original: 2 | New: 1 |
Affects Version/s | New: 8.7.1 [ 91205 ] |
Component/s | New: Issue - Attachments [ 11310 ] |
Component/s | New: Administration - Fields [ 43390 ] | |
Component/s | New: Issue - Fields [ 11091 ] | |
Component/s | Original: Rich Text Editor [ 47393 ] |
Component/s | New: Rich Text Editor [ 47393 ] | |
Component/s | Original: Board configuration [ 12969 ] | |
Key | Original: JSWSERVER-19788 | New: JRASERVER-70770 |
Affects Version/s | New: 8.2.4 [ 88191 ] | |
Affects Version/s | New: 7.12.3 [ 81711 ] | |
Affects Version/s | New: 7.13.0 [ 81291 ] | |
Affects Version/s | Original: 7.12.3 [ 81617 ] | |
Project | Original: Jira Software Server and Data Center [ 12200 ] | New: Jira Server and Data Center [ 10240 ] |
Support reference count | Original: 1 | New: 2 |
Description |
Original:
h3. Summary
As per the documentation - [Configuring file attachments - Atlassian Documentation|https://confluence.atlassian.com/adminjiraserver0712/configuring-file-attachments-959314260.html], users are allowed to configure the thumbnail size. However, changing the thumbnail width and height to anything bigger than 200x200px does not reflect on the UI. Note that, the thumbnail(s) under {{$JIRA_HOME/data/attachments/<project-key>/10000/<issue-key>/thumbs}} are generated with the correct dimensions. h3. Steps to Reproduce # Open {{$JIRA_HOME/jira-config.properties}} # Edit (or add) the values of the following properties with values greater than 200 {code:none} jira.thumbnail.maxwidth = 300 jira.thumbnail.maxheight = 300{code} # Delete all existing thumbnail images within the attachments directory (that is, those containing '_thumb_' in the filename) # Restart Jira h3. Expected Results Thumbnails in Issue are resized accordingly to the new {{maxwidth}} and {{maxheight}} values. h3. Actual Results No changes observerd to the thumbnail size in the issues. |
New:
h3. Summary
As per the documentation - [Configuring file attachments|https://confluence.atlassian.com/adminjiraserver0712/configuring-file-attachments-959314260.html], users are allowed to configure the thumbnail size. However, changing the thumbnail width and height to anything bigger than 200x200px does not reflect on the UI. Note that, the thumbnail(s) under {{$JIRA_HOME/data/attachments/<project-key>/10000/<issue-key>/thumbs}} are generated with the correct dimensions. h3. Steps to Reproduce # Open {{$JIRA_HOME/jira-config.properties}} # Edit (or add) the values of the following properties with values greater than 200 {code:none} jira.thumbnail.maxwidth = 300 jira.thumbnail.maxheight = 300{code} # Delete all existing thumbnail images within the attachments directory (that is, those containing '_thumb_' in the filename) # Restart Jira h3. Expected Results Thumbnails in Issue are resized accordingly to the new {{maxwidth}} and {{maxheight}} values. h3. Actual Results No changes observerd to the thumbnail size in the issues. |
Description |
Original:
h3. Summary
As per the documentation - [Configuring file attachments - Atlassian Documentation|https://confluence.atlassian.com/adminjiraserver0712/configuring-file-attachments-959314260.html], users are allowed to configure the thumbnail size. However, changing the thumbnail width and height to anything bigger than 200x200px does not reflect on the UI. Note that, the thumbnail(s) under {{$JIRA_HOME/data/attachments/<project-key>/10000/<issue-key>/thumbs}} are generated with the correct dimensions. h3. Steps to Reproduce # Open {{$JIRA_HOME/jira-config.properties}} # Edit (or add) the values of the following properties with values greater than 200 {code:none}jira.thumbnail.maxwidth = 300 jira.thumbnail.maxheight = 300{code} # Delete all existing thumbnail images within the attachments directory (that is, those containing '_thumb_' in the filename) # Restart Jira h3. Expected Results Thumbnails in Issue are resized accordingly to the new {{maxwidth}} and {{maxheight}} values. h3. Actual Results No changes observerd to the thumbnail size in the issues. |
New:
h3. Summary
As per the documentation - [Configuring file attachments - Atlassian Documentation|https://confluence.atlassian.com/adminjiraserver0712/configuring-file-attachments-959314260.html], users are allowed to configure the thumbnail size. However, changing the thumbnail width and height to anything bigger than 200x200px does not reflect on the UI. Note that, the thumbnail(s) under {{$JIRA_HOME/data/attachments/<project-key>/10000/<issue-key>/thumbs}} are generated with the correct dimensions. h3. Steps to Reproduce # Open {{$JIRA_HOME/jira-config.properties}} # Edit (or add) the values of the following properties with values greater than 200 {code:none} jira.thumbnail.maxwidth = 300 jira.thumbnail.maxheight = 300{code} # Delete all existing thumbnail images within the attachments directory (that is, those containing '_thumb_' in the filename) # Restart Jira h3. Expected Results Thumbnails in Issue are resized accordingly to the new {{maxwidth}} and {{maxheight}} values. h3. Actual Results No changes observerd to the thumbnail size in the issues. |
Description |
Original:
h3. Summary
As per the documentation - [Configuring file attachments - Atlassian Documentation|https://confluence.atlassian.com/adminjiraserver0712/configuring-file-attachments-959314260.html], users are allowed to configure the thumbnail size. However, changing the thumbnail width and height to anything bigger than 200x200px does not reflect on the UI. Note that, the thumbnail(s) under $JIRA_HOME/data/attachments/<project-key>/10000/<issue-key/thumbs are generated with the correct dimensions. h3. Steps to Reproduce # Open $JIRA_HOME/jira-config.properties # Edit (or add) the values of the following properties with values greater than 200 -- jira.thumbnail.maxwidth = 300 -- jira.thumbnail.maxheight = 300 # Delete all existing thumbnail images within the attachments directory (that is, those containing '_thumb_' in the filename) # Restart Jira h3. Expected Results Thumbnails in Issue are resized accordingly to the new maxwidth and maxheight values. h3. Actual Results No changes observerd to the thumbnail size in the issues. |
New:
h3. Summary
As per the documentation - [Configuring file attachments - Atlassian Documentation|https://confluence.atlassian.com/adminjiraserver0712/configuring-file-attachments-959314260.html], users are allowed to configure the thumbnail size. However, changing the thumbnail width and height to anything bigger than 200x200px does not reflect on the UI. Note that, the thumbnail(s) under {{$JIRA_HOME/data/attachments/<project-key>/10000/<issue-key>/thumbs}} are generated with the correct dimensions. h3. Steps to Reproduce # Open {{$JIRA_HOME/jira-config.properties}} # Edit (or add) the values of the following properties with values greater than 200 {code:none}jira.thumbnail.maxwidth = 300 jira.thumbnail.maxheight = 300{code} # Delete all existing thumbnail images within the attachments directory (that is, those containing '_thumb_' in the filename) # Restart Jira h3. Expected Results Thumbnails in Issue are resized accordingly to the new {{maxwidth}} and {{maxheight}} values. h3. Actual Results No changes observerd to the thumbnail size in the issues. |
Same on Jira 8.19. Any plans to fix the problem?