-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 6.3.15, 6.4.5, 7.6.0, 7.6.13, 7.8.1, 7.13.3, 8.1.1, 8.2.0
-
Component/s: Issue - Attachments
-
6.03
-
9
-
Severity 3 - Minor
-
1
Summary
When an attachment is removed from an issue, the internal <JIRA_HOME>/data/attachments/ folder does not delete the created thumbnail.
Steps to Reproduce
- Create an issue
- Attach an image to it (More > Attach Files or Attach Screenshot)
- Delete the attachment (click the trash icon at the thumbnail)
Expected Results
All the content from that attachment is removed from <JIRA_HOME>/data/attachments/<ISSUE_KEY> folder
Actual Results
The image thumbnail remains in the <JIRA_HOME>/data/attachments/<ISSUE_KEY>/thumb folder
Workaround
Manually remove the <JIRA_HOME>/data/attachments/<ISSUE_KEY>/thumb/thumb<XYZ>.png thumbnail file if there is no <XYZ> file at <JIRA_HOME>/data/attachments/<ISSUE_KEY>/ folder.
- is related to
-
SSE-397 Loading...
- relates to
-
MNSTR-2776 Loading...