Upload Issue Attachment
issue_upload_attachmentAttach files to Yandex Tracker issues by uploading base64-encoded content.
Instructions
Upload a base64-encoded file and attach it to a Yandex Tracker issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| file_name | Yes | File name including extension | |
| mime_type | No | Optional MIME type of the file | |
| content_base64 | Yes | File content encoded as standard base64 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| size | No | ||
| content | No | ||
| metadata | No | ||
| mimeType | No | ||
| createdAt | No | ||
| createdBy | No |