import_issue
Migrate issues to Yandex Tracker while preserving original timestamps and author, ensuring historical accuracy.
Instructions
Import an issue preserving original timestamps and author.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Desired issue key (optional, e.g. "DEV-500") | |
| tags | No | List of tags | |
| queue | Yes | Queue key (e.g. "DEV") | |
| status | No | Status key | |
| summary | Yes | Issue title | |
| assignee | No | Assignee login | |
| deadline | No | Deadline (YYYY-MM-DD) | |
| priority | No | Priority key | |
| created_at | Yes | Original creation time (ISO 8601 with timezone, e.g. "2024-01-15T10:00:00.000+0000") | |
| created_by | Yes | Original author login | |
| issue_type | No | Type key (task, bug, etc.) | |
| resolution | No | Resolution key (if resolved) | |
| description | No | Issue description | |
| resolved_at | No | Resolution time (ISO 8601) | |
| resolved_by | No | Who resolved (login) | |
| output_format | No | Response format: "text" (default, markdown) or "json" | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |