Create Issue
issue_createCreate a new issue in a Yandex Tracker queue by specifying queue, summary, and optional details like type, assignee, or custom fields.
Instructions
Create a new issue in a Yandex Tracker queue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queue | Yes | Queue key where to create the issue (e.g., 'MYQUEUE') | |
| summary | Yes | Issue title/summary | |
| type | No | Issue type id (from get_issue_types tool) | |
| description | No | Issue description | |
| assignee | No | Assignee login or UID | |
| priority | No | Priority key (from get_priorities tool,) | |
| fields | No | Additional fields to set during issue creation. IMPORTANT: Before creating an issue, you MUST call `queue_get_fields` to get available fields (it returns both global and local fields by default). Fields with schema.required=true are mandatory and must be provided. Use the field's `id` property as the key in this map (e.g., {'fieldId': 'value'}). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| createdAt | No | ||
| updatedAt | No | ||
| createdBy | No | ||
| updatedBy | No | ||
| version | No | ||
| unique | No | ||
| key | No | ||
| summary | No | ||
| description | No | ||
| type | No | ||
| priority | No | ||
| assignee | No | ||
| status | No | ||
| previousStatus | No | ||
| deadline | No | ||
| components | No | ||
| start | No | ||
| storyPoints | No | ||
| tags | No | ||
| votes | No | ||
| sprint | No | ||
| epic | No | ||
| parent | No | ||
| estimation | No | ||
| spent | No |