Endpoints for issue attachment create/update/delete and fetch issue attachment details
GET/api/v1/workspaces/:slug/projects/:project_id/issues/:issue_id/issue-attachments/:pk/
Download attachment file. Returns a redirect to the presigned download URL.
Request
Responses
- 302
- 400
- 401
- 403
- 404
Redirect to presigned download URL
Asset not uploaded
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
Attachment not found