Returns the thumbnail of an attachment.To return the attachment contents, use Get attachment content.This operation can be accessed anonymously.Permissions required: For the issue containing the attachment:
If issue-level security is configured, issue-level security permission to view the issue.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://jira.local:8080/jira/rest//rest/api/3/attachment/thumbnail/'
Response Response Example
200 - Example 1
{}
Request
Path Params
Query Params
Responses
🟢200Returned if the request is successful when `redirect` is set to `false`.
application/json
Body
🔵303Returned if the request is successful. See the `Location` header for the download URL.
🟠400Returned if the request is invalid.
🟠401Returned if the authentication credentials are incorrect.
🟠403The user does not have the necessary permission.
🟠404Returned if:
* the attachment is not found.
* attachments are disabled in the Jira settings.
* `fallbackToDefault` is `false` and the request thumbnail cannot be downloaded.