Яндекс.Трекер
Manage issues, queues, boards, sprints, and users in Yandex Tracker
Full access to Yandex Tracker API: create, read, update, list, and search issues, manage queues and boards, work with sprints, transitions, comments, components, and user management.
List issues from Yandex Tracker (Яндекс Трекер). Supports filtering by queue, status, assignee, and custom filters with pagination.
| Parameter | Type | Required | Description |
|---|
oauthToken | string | Yes | No description |
orgId | string | Yes | No description |
queue | string | No | No description |
status | string | No | No description |
assignee | string | No | No description |
limit | number | No | No description |
filter | string | No | No description |
| Parameter | Type | Description |
|---|
issues | array | List of tracker issues |
↳ id | string | Issue ID |
↳ key | string | Issue key (e.g., PROJECT-123) |
↳ summary | string | Issue summary/title |
↳ description | string | Issue description |
↳ status | string | Issue status (e.g., Open, In Progress, Done) |
↳ type | string | Issue type (e.g., Task, Bug) |
↳ priority | string | Issue priority (e.g., Critical, Normal, Trivial) |
↳ assignee | string | Issue assignee name |
↳ createdAt | string | Issue creation date |
↳ updatedAt | string | Issue last updated date |
↳ queue | string | Queue key |
↳ url | string | Link to the issue in Yandex Tracker |
total | number | Total number of issues returned |
Get detailed information about a specific issue from Yandex Tracker by its ID or key.
| Parameter | Type | Required | Description |
|---|
oauthToken | string | Yes | No description |
orgId | string | Yes | No description |
issueId | string | Yes | No description |
| Parameter | Type | Description |
|---|
issue | object | Issue details |
↳ id | string | Issue ID |
↳ key | string | Issue key (e.g., PROJECT-123) |
↳ summary | string | Issue summary/title |
↳ description | string | Issue description |
↳ status | string | Issue status |
↳ type | string | Issue type |
↳ priority | string | Issue priority |
↳ assignee | string | Issue assignee |
↳ createdAt | string | Creation date |
↳ updatedAt | string | Last updated date |
↳ queue | string | Queue key |
↳ url | string | Link to the issue |
Create a new issue in Yandex Tracker. Specify queue, summary, description, type, priority, assignee, and followers.
| Parameter | Type | Required | Description |
|---|
oauthToken | string | Yes | No description |
orgId | string | Yes | No description |
queue | string | Yes | No description |
summary | string | Yes | No description |
description | string | No | No description |
type | string | No | No description |
priority | string | No | No description |
assignee | string | No | No description |
followers | string | No | No description |
| Parameter | Type | Description |
|---|
issue | object | The created issue |
↳ id | string | Issue ID |
↳ key | string | Issue key |
↳ summary | string | Issue summary |
↳ description | string | Issue description |
↳ status | string | Issue status |
↳ type | string | Issue type |
↳ priority | string | Issue priority |
↳ assignee | string | Assignee |
↳ createdAt | string | Creation date |
↳ updatedAt | string | Last updated |
↳ queue | string | Queue |
↳ url | string | Link to issue |
Update an existing issue in Yandex Tracker. Supports changing summary, description, status, priority, assignee, and adding comments.
| Parameter | Type | Required | Description |
|---|
oauthToken | string | Yes | No description |
orgId | string | Yes | No description |
issueId | string | Yes | No description |
summary | string | No | No description |
description | string | No | No description |
status | string | No | No description |
priority | string | No | No description |
assignee | string | No | No description |
comment | string | No | No description |
| Parameter | Type | Description |
|---|
issue | object | The updated issue |
↳ id | string | Issue ID |
↳ key | string | Issue key |
↳ summary | string | Issue summary |
↳ description | string | Issue description |
↳ status | string | Issue status |
↳ type | string | Issue type |
↳ priority | string | Issue priority |
↳ assignee | string | Assignee |
↳ createdAt | string | Creation date |
↳ updatedAt | string | Last updated |
↳ queue | string | Queue |
↳ url | string | Link to issue |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
issue | json | Issue details |
issues | array | List of issues |
total | number | Total number of results |
comments | array | List of comments |
comment | json | Comment details |
transitions | array | List of transitions |
success | boolean | Operation success status |
transitionIdOutput | string | Transition ID result |
queues | array | List of queues |
boards | array | List of boards |
sprints | array | List of sprints |
users | array | List of users |
components | array | List of components |
user | json | User details |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
issue | json | Issue details |
issues | array | List of issues |
total | number | Total number of results |
comments | array | List of comments |
comment | json | Comment details |
transitions | array | List of transitions |
success | boolean | Operation success status |
transitionIdOutput | string | Transition ID result |
queues | array | List of queues |
boards | array | List of boards |
sprints | array | List of sprints |
users | array | List of users |
components | array | List of components |
user | json | User details |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
issue | json | Issue details |
issues | array | List of issues |
total | number | Total number of results |
comments | array | List of comments |
comment | json | Comment details |
transitions | array | List of transitions |
success | boolean | Operation success status |
transitionIdOutput | string | Transition ID result |
queues | array | List of queues |
boards | array | List of boards |
sprints | array | List of sprints |
users | array | List of users |
components | array | List of components |
user | json | User details |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
issue | json | Issue details |
issues | array | List of issues |
total | number | Total number of results |
comments | array | List of comments |
comment | json | Comment details |
transitions | array | List of transitions |
success | boolean | Operation success status |
transitionIdOutput | string | Transition ID result |
queues | array | List of queues |
boards | array | List of boards |
sprints | array | List of sprints |
users | array | List of users |
components | array | List of components |
user | json | User details |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
issue | json | Issue details |
issues | array | List of issues |
total | number | Total number of results |
comments | array | List of comments |
comment | json | Comment details |
transitions | array | List of transitions |
success | boolean | Operation success status |
transitionIdOutput | string | Transition ID result |
queues | array | List of queues |
boards | array | List of boards |
sprints | array | List of sprints |
users | array | List of users |
components | array | List of components |
user | json | User details |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
issue | json | Issue details |
issues | array | List of issues |
total | number | Total number of results |
comments | array | List of comments |
comment | json | Comment details |
transitions | array | List of transitions |
success | boolean | Operation success status |
transitionIdOutput | string | Transition ID result |
queues | array | List of queues |
boards | array | List of boards |
sprints | array | List of sprints |
users | array | List of users |
components | array | List of components |
user | json | User details |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
issue | json | Issue details |
issues | array | List of issues |
total | number | Total number of results |
comments | array | List of comments |
comment | json | Comment details |
transitions | array | List of transitions |
success | boolean | Operation success status |
transitionIdOutput | string | Transition ID result |
queues | array | List of queues |
boards | array | List of boards |
sprints | array | List of sprints |
users | array | List of users |
components | array | List of components |
user | json | User details |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
issue | json | Issue details |
issues | array | List of issues |
total | number | Total number of results |
comments | array | List of comments |
comment | json | Comment details |
transitions | array | List of transitions |
success | boolean | Operation success status |
transitionIdOutput | string | Transition ID result |
queues | array | List of queues |
boards | array | List of boards |
sprints | array | List of sprints |
users | array | List of users |
components | array | List of components |
user | json | User details |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
issue | json | Issue details |
issues | array | List of issues |
total | number | Total number of results |
comments | array | List of comments |
comment | json | Comment details |
transitions | array | List of transitions |
success | boolean | Operation success status |
transitionIdOutput | string | Transition ID result |
queues | array | List of queues |
boards | array | List of boards |
sprints | array | List of sprints |
users | array | List of users |
components | array | List of components |
user | json | User details |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
issue | json | Issue details |
issues | array | List of issues |
total | number | Total number of results |
comments | array | List of comments |
comment | json | Comment details |
transitions | array | List of transitions |
success | boolean | Operation success status |
transitionIdOutput | string | Transition ID result |
queues | array | List of queues |
boards | array | List of boards |
sprints | array | List of sprints |
users | array | List of users |
components | array | List of components |
user | json | User details |