-
Bug
-
Resolution: Fixed
-
Low
-
None
-
None
-
None
NOTE: This bug report is for JIRA Service Desk Server. Using JIRA Service Desk Cloud? See the corresponding bug report.
Summary:
Based on this documentation, it shows that it's possible to add attachment by copying the link from Agent view:
To ensure that the customer sees the attachment, right click on the attachment to copy link address and paste the link into a comment surrounded by square brackets as follows: [description of attachment|attachment link]. Click preview to confirm the attachment link has copied correctly:
When users copy the link, the URL will be https://<instance-name>/secure/attachment/10200/test.pdf instead of https://<instance-name>/servicedesk/customershim/secure/attachment/10200/10200_test.pdf. Since Customer does not have access to JIRA, the attachment can't be accessed.
Steps to reproduce:
- Customer create a new issue
- Agent adds an attachment and right click to copy the attachment link
- The URL will be https://<instance-name>/secure/attachment/10200/test.pdf
- Agent adds the attachment using this format[description of attachment|attachment link]
Expected Result:
- Customer should be able to access it without having JIRA application access
Current Result:
- Customer is not able to access it
Workaround:
Use this format [ ^description.ext ] to add the attachment
- The workaround above no longer works as even when linking the files in the chat; the file is pointing to https://<instance-name>/secure/attachment/10200/test.pdf (JIRA) and no longer point to Service Desk. For now if the customer wants to directly access the attachments; the agent have to manually provide the Service Desk URL instead; which is https://<instance-name>/servicedesk/customershim/secure/attachment/<ATTACHMENT_ID>/<ATTACHMENT_ID>_<FILE_NAME>
- relates to
-
JSDSERVER-1769 Attachment links are directing to JIRA instead of Service Desk
-
- Closed
-
-
JSDCLOUD-1726 Adding attachment by copying the link from Agent view is not visible to the Customer
-
- Closed
-
Hi All
I have found that when I link to attachment with a wiki link the Customer cannot view the attachment unless they were already logged into the Customer Portal.
The user receives the notification with the attachment and clicks on attachment only to be take to a log in page which refuses access no matter how many times the correct username and password is used.
Looks like a bug to me?
Lucille