Upload Attachment
attachment_uploadUpload a file attachment to a Taiga epic, user story, task, issue, or wiki page. Pass the file as base64 to attach it to the specified item.
Instructions
Upload a file attachment to an epic, user story, task, issue, or wiki page. File contents are passed as base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| resource | Yes | ||
| file_name | Yes | ||
| object_id | Yes | Id of the parent epic/story/task/issue/wiki page | |
| description | No | ||
| file_base64 | Yes | File contents, base64-encoded | |
| content_type | No | MIME type, defaults to application/octet-stream |