import_comment
Import comments into Yandex Tracker issues while preserving the original creation timestamp and author login.
Instructions
Import a comment with original timestamp and author.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Comment text | |
| issue_key | Yes | Target issue key (e.g. "DEV-123") | |
| created_at | Yes | Original creation time (ISO 8601, must be within issue's created-updated interval) | |
| created_by | Yes | Original author login | |
| output_format | No | Response format: "text" (default, markdown) or "json" | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |