-
Bug
-
Resolution: Fixed
-
High
-
56
-
Severity 3 - Minor
-
15
-
NOTE: This bug report is for JIRA Service Desk Cloud. Using JIRA Service Desk Server? See the corresponding bug report.
Summary
If an attachment gets added to a customer request, which has an identical name to another attachment under the same request, all existing references to the original attachment will get adjusted to reflect the new attachment.
Steps to Reproduce
- As a customer, add an attachment to a request. From the customer view, this issue will have a linked url displayed as <baseurl>/servicedesk/customershim/secure/attachment/<attachmentID1>/<attachmentID1>_<attachmentname>
- As an Agent, add an attachment to the same request, and choose "Add to issue only". The file name should be identical to the file as attached under step 1. This attachment is not visible from the customer view
Expected Results
The attachment added by the customer should remain being displayed as <baseurl>/servicedesk/customershim/secure/attachment/<attachmentID1>/<attachmentID1>_<attachmentname> and be accessible as such.
Actual Results
The url referencing the attachment in the customer view has changed to <baseurl>/servicedesk/customershim/secure/attachment/<attachmentID2>/<attachmentID2>_<attachmentname>
Notes
For the above setup, the files do not have to be identical, just the file name needs to be identical. This has been tested with both identical files, as well as with different files renamed to have identical names.
- duplicates
-
JSDCLOUD-5424 Multiple attachments in customer portal not added properly
- Closed
-
JSDCLOUD-6020 Problem viewing uploaded images with the same name
- Closed
- is duplicated by
-
JSDCLOUD-5717 Pasting screenshots with the same name will result in 'duplicated' images shown on the request
- Closed
-
JSDCLOUD-4100 Update existing attachment with same name
- Closed
-
JSDCLOUD-5634 Improve handling of images with same name.
- Closed
-
JSDCLOUD-6433 Paste screenshot to Customer Portal use different filename
- Closed
- is related to
-
JSDSERVER-3615 Adding an attachment with an identical file name will change all existing references in a request
- Closed
- relates to
-
FSD-3457 Loading...