-
Bug
-
Resolution: Fixed
-
Highest
-
3.15.1, 3.16.1
-
17
-
Severity 2 - Major
-
51
-
Summary
Opening an attachment on Customer portal that was linked using link notation (with pipeline) results in 403 Forbidden error
Steps to Reproduce
As an agent:
- Log in as an agent and open a ticket
- Attach a file and refer to it in a comment using pipeline:
[Example|^example.txt]
As a customer:
- Access the ticket via Customer portal
- Open the attached file
Expected Results
Customer on the portal is able to access the attachment.
Actual Results
Customer on the portal is not able to access the attachments as the 403 Forbidden error gets displayed:
Workaround
Avoid using pipeline notation for link by attaching the file using the following notation:
[^example.txt]
Note
– The file can be accessed through the agent view
– This cannot be reproduced on some earlier versions (tested on Service Desk 3.11.1)
- is duplicated by
-
JSDSERVER-6115 Attachments publicly shared by an Agent with some specific dimensions can't be seen from the customer portal
-
- Closed
-
-
JSDSERVER-6151 Attachment with Alias is not downloadable from Portal
-
- Closed
-
- is related to
-
JSDSERVER-6115 Attachments publicly shared by an Agent with some specific dimensions can't be seen from the customer portal
-
- Closed
-
-
JSDSERVER-6151 Attachment with Alias is not downloadable from Portal
-
- Closed
-
- is cloned by
-
JSMDC-3502 You do not have permission to view this issue
- mentioned in
-
Page Loading...
Form Name |
---|
Hi,
I want to share the workaround I have develop for this bug.
I discovered that if the linked file is also linked in another comment without alias, the links with alias works.
With that info, I have created a Script Runner Listener on comment creation and comment edition of Service Desk projects.
If a public comment is created or edited, and that comment contains file links with alias, the script cretes a new comment only with the linked files, but this time without alias:
This way, the original alias link works ok.
I hope this may help.
Regards.