Endpoints for issue attachment create/update/delete and fetch issue attachment details
POST/api/v1/workspaces/:slug/projects/:project_id/issues/:issue_id/issue-attachments/
Generate presigned URL for uploading file attachments to a work item.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Presigned download URL generated successfully
Validation error
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
Issue or Project or Workspace not found