Yandex Tracker Connector
Sync issues, tasks, and project data from Yandex Tracker into your knowledge base
The Yandex Tracker connector synchronizes issues, tasks, sprints, and team activity from Yandex Tracker into your knowledge base. Each issue is converted to a document with description, status, assignments, and metadata.
Authentication
OAuth 2.0 — requires:
- Yandex Tracker organization access
read-onlyorread-writepermission scope
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| Organization | Selector | Yes | Select Yandex Tracker organization |
| Queue | Selector | Yes | Select project queue or workflow |
| Issue Status | Dropdown | No | Filter by status (open/in progress/done) |
| Include Comments | Switch | No | Include issue comments and discussions |
How It Works
- Organization Validation — Verifies OAuth access to Tracker organization
- Issue Listing — Retrieves issues with pagination
- Metadata Extraction — Processes assignments, status, and history
- Document Generation — Issues become searchable documents
Document Format
Issue: PROJ-1234
Title: Implement user authentication
Status: In Progress
Assignee: John Doe
Priority: High
Created: 2026-05-10
Updated: 2026-05-21
Comments: 8
Linked Issues: PROJ-1232, PROJ-1233
Sprint: Q2 ReleaseMetadata Tags
| Tag | Type | Description |
|---|---|---|
| Issue ID | Text | Yandex Tracker issue key |
| Status | Category | Open, In Progress, Done |
| Priority | Category | Low, Normal, High, Urgent |
Pagination
Uses issue ID offset. Cursor format: offset:{issue_id}.
Limitations
- Comment sync limited to 500 characters per issue
- File attachments not synced, only references
- Closed issues archived after 90 days

