create_issue
Create a new issue in Yandex Tracker by providing queue and summary, with optional fields for assignee, priority, tags, parent issue, and description.
Instructions
Create a new issue in Yandex Tracker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | List of tags | |
| queue | Yes | Queue key (e.g. "DEV") | |
| fields | No | Optional list of fields to show in response. Use ["all"] for all fields. | |
| parent | No | Parent issue key (e.g. "DEV-123") | |
| sprint | No | Sprint ID | |
| project | No | Project shortId (number) | |
| summary | Yes | Issue title (max 255 chars) | |
| assignee | No | Assignee login | |
| deadline | No | Deadline date (YYYY-MM-DD) | |
| priority | No | Priority key: "blocker", "critical", "normal", "minor", "trivial" | |
| followers | No | List of follower logins | |
| issue_type | No | Issue type key: "task", "bug", "story", "epic" | |
| description | No | Issue description (YFM markdown supported) | |
| extra_fields | No | Additional/custom/local fields as dict (e.g. {"coAssignees": ["user1"], "myCustomField": "value"}) | |
| story_points | No | Story points estimate | |
| output_format | No | Response format: "text" (default, markdown) or "json" | text |
| full_description | No | If true, do not truncate description (default false) | |
| original_estimation | No | Original estimation in ISO 8601 (e.g. "PT2H", "P1D") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |