include_local_fields
(boolean, optional, default: true): Whether to include queue-specific local fields
How to use it
include_local_fields is exposed by the Yandex Tracker MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the include_local_fields tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Yandex Tracker MCP
claude mcp add yandex-tracker docker "run --rm -i -e TRACKER_TOKEN=your_tracker_token_here -e TRACKER_CLOUD_ORG_ID=your_cloud_org_id_here -e TRACKER_ORG_ID=your_org_id_here -e TRANSPORT=stdio ghcr.io/Other tools in Yandex Tracker MCP (39)
(string or int, optional): Assignee login or UID
(string, optional): Worklog comment
(int, required): Comment ID
(string, optional): The nextcursor value returned by the previous call; pass it to fetch the next page (cursor pagination)
(string, optional): Version description
(date, optional): Version due date in YYYY-MM-DD format
(string, required): ISO-8601 duration (e.g. PT1H30M)
(array of strings, optional): Fields to expand in the response. Available options: all, projects, components, versions, types, team, workflows, fields, issueTypesConfig
(string, optional): Filter the changelog by a field key (e.g. status)
(optional): Fields to include in the response (e.g., ["key", "name"]). Helps optimize context window usage by selecting only needed fields. If not specified, returns all available fields.
(array of IssueUpdateFollower, optional): Followers - array of objects with id (string, user ID or login)
(boolean, optional, default: true): Whether to include issue description in the result. Can be large, so use only when needed.
(boolean, optional, default: true): Add comment author to followers
(string, required): ID or key of the issue to link to (e.g. "TEST-123")
(string, format: "QUEUE-123")
(int, required): Link ID (as returned by issuegetlinks)
(array of strings, optional): Mailing lists to summon (emails)
(string, optional): Use md for YFM (markdown)
(string, required): Version name
(optional): Page number to return. If not specified, retrieves all pages automatically.
(IssueUpdateParent, optional): Parent issue reference with id (string) and/or key (string, e.g., 'QUEUE-123')
(optional): Number of items per page (default: 100)
(string, optional): Priority key (from getpriorities tool)
(IssueUpdateProject, optional): Project with primary (int, main project shortId) and optional secondary (array of ints)
(string, required): Queue key where to create the issue (e.g., 'MYQUEUE')
(string, required): Queue key like "SOMEPROJECT"
(string, required): Link type describing how issueid relates to the linked issue. One of: relates, is dependent by, depends on, is subtask for, is parent task for, duplicates, is duplicated by, is epic of, has epic
(string, required): The resolution ID to set when closing (e.g., 'fixed', 'wontFix', 'duplicate')
(array of IssueUpdateSprint, optional): Sprint assignments - array of objects with id (int) field
(datetime, optional): Work start datetime (UTC assumed if timezone is not provided)
(date, optional): Version start date in YYYY-MM-DD format
(string, required): Issue title/summary
(array of strings, optional): Users to summon (logins or IDs). This is the API way to mention/call users (notifications are triggered by this field, not by @login in text).
(array of strings, optional): Issue tags
(string, required): Comment text (markdown supported by Tracker)
(string, required): The transition ID to execute. IMPORTANT: Must be one of the IDs returned by issuegettransitions tool
(string, optional): Filter by change type (e.g. IssueWorkflow for status transitions)
(int, optional): Issue version for optimistic locking - changes only made to current version
(int, required): Worklog entry ID