-
Suggestion
-
Resolution: Unresolved
-
None
When using the REST API to retrieve a Jira issue, if the issue has attachments the REST API response includes them in `content` and `thumbnail` attributes in the form:
- https://<instance>.atlassian.net/rest/api/3/attachment/content/<id>
- https://<instance>.atlassian.net/rest/api/3/attachment/thumbnail/<id>
If you a Forge Custom UI application attempts to load these images then it will fail a permission check.
In order to load the image it is necessary to update the Forge application manifest to include:
permissions:
external:
images:
- "https://api.media.atlassian.com/*"
Given that the api.media.atlassian.com is an Atlassian domain it should be possible to include this in the CSP by default to avoid the need to set this permission.
- is related to
-
CONFCLOUD-76894 Provide a POST method for /wiki/rest/api/user/bulk
- Closed
- is blocked by
-
EXT-1589 Failed to load
- split from
-
ECOHELP-29241 Failed to load
Form Name |
---|