Attachments not visible on Customer Portal
Platform Notice: Cloud - This article applies to Atlassian products on the cloud platform.
Summary
When agents create tickets in Jira, portal customers and request participants will not be able to see the attachments added during the ticket creation on the portal unless they are included in a public comment.
Environment
Jira Service Management Cloud
Cause
This is working as per the design. We are tracking an open feature request to improve the attachments functionality in the portal:
- JSDCLOUD-4646 - Getting issue details... STATUS
Solution/Workaround
Automation rules can be used to share attachments as comments. Once the attachment is added to the request, it will add a comment with the attachment to the request for the customer to view it.
Please follow the below steps.
- Go to Project Settings > Automation
- Click Create Rule
- Select Trigger: Issue Created
- Select Condition: If issue attachments - "Exist"
Add Action: Comment on Issue.
In the comment box, use the following smart value and set the Comment Visibility to 'Share with Customer'.{{#attachment}} [^{{filename}}] {{/}}
- Save the rule by giving an appropriate name and turning it on.
Note: All attachments added by agents will be made visible by this rule.