AACFlow

Яндекс.Трекер

Manage issues, queues, boards, sprints, and users in Yandex Tracker

Usage Instructions

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.

Tools

yandex_tracker_list_issues

List issues from Yandex Tracker (Яндекс Трекер). Supports filtering by queue, status, assignee, and custom filters with pagination.

Input

ParameterTypeRequiredDescription
oauthTokenstringYesNo description
orgIdstringYesNo description
queuestringNoNo description
statusstringNoNo description
assigneestringNoNo description
limitnumberNoNo description
filterstringNoNo description

Output

ParameterTypeDescription
issuesarrayList of tracker issues
idstringIssue ID
keystringIssue key (e.g., PROJECT-123)
summarystringIssue summary/title
descriptionstringIssue description
statusstringIssue status (e.g., Open, In Progress, Done)
typestringIssue type (e.g., Task, Bug)
prioritystringIssue priority (e.g., Critical, Normal, Trivial)
assigneestringIssue assignee name
createdAtstringIssue creation date
updatedAtstringIssue last updated date
queuestringQueue key
urlstringLink to the issue in Yandex Tracker
totalnumberTotal number of issues returned

yandex_tracker_get_issue

Get detailed information about a specific issue from Yandex Tracker by its ID or key.

Input

ParameterTypeRequiredDescription
oauthTokenstringYesNo description
orgIdstringYesNo description
issueIdstringYesNo description

Output

ParameterTypeDescription
issueobjectIssue details
idstringIssue ID
keystringIssue key (e.g., PROJECT-123)
summarystringIssue summary/title
descriptionstringIssue description
statusstringIssue status
typestringIssue type
prioritystringIssue priority
assigneestringIssue assignee
createdAtstringCreation date
updatedAtstringLast updated date
queuestringQueue key
urlstringLink to the issue

yandex_tracker_create_issue

Create a new issue in Yandex Tracker. Specify queue, summary, description, type, priority, assignee, and followers.

Input

ParameterTypeRequiredDescription
oauthTokenstringYesNo description
orgIdstringYesNo description
queuestringYesNo description
summarystringYesNo description
descriptionstringNoNo description
typestringNoNo description
prioritystringNoNo description
assigneestringNoNo description
followersstringNoNo description

Output

ParameterTypeDescription
issueobjectThe created issue
idstringIssue ID
keystringIssue key
summarystringIssue summary
descriptionstringIssue description
statusstringIssue status
typestringIssue type
prioritystringIssue priority
assigneestringAssignee
createdAtstringCreation date
updatedAtstringLast updated
queuestringQueue
urlstringLink to issue

yandex_tracker_update_issue

Update an existing issue in Yandex Tracker. Supports changing summary, description, status, priority, assignee, and adding comments.

Input

ParameterTypeRequiredDescription
oauthTokenstringYesNo description
orgIdstringYesNo description
issueIdstringYesNo description
summarystringNoNo description
descriptionstringNoNo description
statusstringNoNo description
prioritystringNoNo description
assigneestringNoNo description
commentstringNoNo description

Output

ParameterTypeDescription
issueobjectThe updated issue
idstringIssue ID
keystringIssue key
summarystringIssue summary
descriptionstringIssue description
statusstringIssue status
typestringIssue type
prioritystringIssue priority
assigneestringAssignee
createdAtstringCreation date
updatedAtstringLast updated
queuestringQueue
urlstringLink to issue

yandex_tracker_comments_list

Input

ParameterTypeRequiredDescription

Output

ParameterTypeDescription
issuejsonIssue details
issuesarrayList of issues
totalnumberTotal number of results
commentsarrayList of comments
commentjsonComment details
transitionsarrayList of transitions
successbooleanOperation success status
transitionIdOutputstringTransition ID result
queuesarrayList of queues
boardsarrayList of boards
sprintsarrayList of sprints
usersarrayList of users
componentsarrayList of components
userjsonUser details

yandex_tracker_comment_create

Input

ParameterTypeRequiredDescription

Output

ParameterTypeDescription
issuejsonIssue details
issuesarrayList of issues
totalnumberTotal number of results
commentsarrayList of comments
commentjsonComment details
transitionsarrayList of transitions
successbooleanOperation success status
transitionIdOutputstringTransition ID result
queuesarrayList of queues
boardsarrayList of boards
sprintsarrayList of sprints
usersarrayList of users
componentsarrayList of components
userjsonUser details

yandex_tracker_transitions_list

Input

ParameterTypeRequiredDescription

Output

ParameterTypeDescription
issuejsonIssue details
issuesarrayList of issues
totalnumberTotal number of results
commentsarrayList of comments
commentjsonComment details
transitionsarrayList of transitions
successbooleanOperation success status
transitionIdOutputstringTransition ID result
queuesarrayList of queues
boardsarrayList of boards
sprintsarrayList of sprints
usersarrayList of users
componentsarrayList of components
userjsonUser details

yandex_tracker_transition_execute

Input

ParameterTypeRequiredDescription

Output

ParameterTypeDescription
issuejsonIssue details
issuesarrayList of issues
totalnumberTotal number of results
commentsarrayList of comments
commentjsonComment details
transitionsarrayList of transitions
successbooleanOperation success status
transitionIdOutputstringTransition ID result
queuesarrayList of queues
boardsarrayList of boards
sprintsarrayList of sprints
usersarrayList of users
componentsarrayList of components
userjsonUser details

yandex_tracker_queues_list

Input

ParameterTypeRequiredDescription

Output

ParameterTypeDescription
issuejsonIssue details
issuesarrayList of issues
totalnumberTotal number of results
commentsarrayList of comments
commentjsonComment details
transitionsarrayList of transitions
successbooleanOperation success status
transitionIdOutputstringTransition ID result
queuesarrayList of queues
boardsarrayList of boards
sprintsarrayList of sprints
usersarrayList of users
componentsarrayList of components
userjsonUser details

yandex_tracker_boards_list

Input

ParameterTypeRequiredDescription

Output

ParameterTypeDescription
issuejsonIssue details
issuesarrayList of issues
totalnumberTotal number of results
commentsarrayList of comments
commentjsonComment details
transitionsarrayList of transitions
successbooleanOperation success status
transitionIdOutputstringTransition ID result
queuesarrayList of queues
boardsarrayList of boards
sprintsarrayList of sprints
usersarrayList of users
componentsarrayList of components
userjsonUser details

yandex_tracker_sprints_list

Input

ParameterTypeRequiredDescription

Output

ParameterTypeDescription
issuejsonIssue details
issuesarrayList of issues
totalnumberTotal number of results
commentsarrayList of comments
commentjsonComment details
transitionsarrayList of transitions
successbooleanOperation success status
transitionIdOutputstringTransition ID result
queuesarrayList of queues
boardsarrayList of boards
sprintsarrayList of sprints
usersarrayList of users
componentsarrayList of components
userjsonUser details

yandex_tracker_users_list

Input

ParameterTypeRequiredDescription

Output

ParameterTypeDescription
issuejsonIssue details
issuesarrayList of issues
totalnumberTotal number of results
commentsarrayList of comments
commentjsonComment details
transitionsarrayList of transitions
successbooleanOperation success status
transitionIdOutputstringTransition ID result
queuesarrayList of queues
boardsarrayList of boards
sprintsarrayList of sprints
usersarrayList of users
componentsarrayList of components
userjsonUser details

yandex_tracker_components_list

Input

ParameterTypeRequiredDescription

Output

ParameterTypeDescription
issuejsonIssue details
issuesarrayList of issues
totalnumberTotal number of results
commentsarrayList of comments
commentjsonComment details
transitionsarrayList of transitions
successbooleanOperation success status
transitionIdOutputstringTransition ID result
queuesarrayList of queues
boardsarrayList of boards
sprintsarrayList of sprints
usersarrayList of users
componentsarrayList of components
userjsonUser details

yandex_tracker_my_user

Input

ParameterTypeRequiredDescription

Output

ParameterTypeDescription
issuejsonIssue details
issuesarrayList of issues
totalnumberTotal number of results
commentsarrayList of comments
commentjsonComment details
transitionsarrayList of transitions
successbooleanOperation success status
transitionIdOutputstringTransition ID result
queuesarrayList of queues
boardsarrayList of boards
sprintsarrayList of sprints
usersarrayList of users
componentsarrayList of components
userjsonUser details

このページについて

今日から構築を始めよう
10万人以上のビルダーに信頼されています。
AIエージェントを構築し、エージェント型ワークフォースを運用するSaaSプラットフォーム。
はじめる