-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 3.15.2, 3.16.4, 4.1.0
-
Component/s: Customer Notification
-
7
-
Severity 3 - Minor
-
1
Summary
When a customer notification containing an attachment link is sent in plain text format, the attachment link has the incorrect format and can't be opened by the customer.
Steps to Reproduce
- Create a new Service Desk request from the customer portal, by being logged in as customer1
- Add a different user (customer2) as a request participant of this request
- Temporarily give the user customer2 JIRA application access
- Log in as customer2 from the JIRA login page (not the customer portal login page)
- Edit the customer2 user profile to receive notifications in plain text format
- Log back in as customer1 and add an attachment to the request from the customer portal view (for example File.pdf)
- Check the customer notification received by customer2
Expected Results
The attachment link in the customer notification should match the attachment link from the customer portal view, and from the customer notification in HTML format, which is:
http://localhost:8080/jira810/servicedesk/customershim/secure/attachment/10001/10001_File.pdf?fromIssue=10002
Actual Results
The attachment link in the customer notification has the format of the attachment URL that only agents can view:
http://localhost:8080/jira810/secure/attachment/10001/10001_File.pdf
If the customer clicks on the attachment URL, they will get an error.
Workaround
Change the customer2 user profile to receive notification in HTML format instead of plain text.
- duplicates
-
JSMDC-4172 Loading...
- links to