import_file
Import file attachments into Yandex Tracker issues while preserving the original timestamp and author.
Instructions
Import a file attachment with original timestamp and author.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | File name | |
| file_data | Yes | File content as text (for binary files use base64) | |
| issue_key | Yes | Target issue key (e.g. "DEV-123") | |
| created_at | Yes | Original creation time (ISO 8601 with +0000 timezone) | |
| created_by | Yes | Original author login |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |