Skip to main content
Version: v2 (current)

Yandex Tracker Integration

PanDev Metrics integration with Yandex Tracker allows you to link development activity with tasks, automatically log time, and analyze team performance.

Integration Features

  • Link Code to Tasks — automatic linking of commits and PRs to Tracker tasks
  • Automatic Worklog — recording time spent on tasks
  • Sprint Analytics — tracking team progress and velocity
  • Queue Analytics — understanding task flow and bottlenecks

Integration Setup

Step 1: Create a Service Account

Create a separate Yandex account for integration or use an account with administrative rights in the organization.

Why use a service account?

A separate account allows you to distinguish automatic actions from personal ones and simplifies access management.

Step 2: Get OAuth Token

  1. Go to Create OAuth application page
  2. Create a new application:
    • Name: PanDev Metrics
    • Platform: Web services
  3. In Permissions section add:
PermissionDescription
tracker:readRead tasks and queues
tracker:writeWrite worklog
  1. Save the application
  2. Get OAuth token by authorizing the application
Alternative Method

You can use Yandex ID → App Passwords to create a token with access to Tracker.

Step 3: Get Organization ID

  1. Open Yandex Tracker
  2. Go to Administration → Organization settings
  3. Copy Organization ID from URL or settings

Step 4: Connect in PanDev Metrics

  1. Go to Settings → Integrations → Yandex Tracker
  2. Enter:
    • Organization ID: ID from step 3
    • OAuth Token: token from step 2
  3. Click Check Connection and Activate

Step 5: Select Queues

  1. Select queues to monitor
  2. Configure task field mapping (optional)
  3. Enable/disable automatic worklog
  4. Save settings

Tracked Metrics

  • Cycle Time — time from start to completion of a task
  • Lead Time — time from task creation to completion
  • Time in Status — how long the task remained in each status
  • Throughput — number of completed tasks per period
  • Workload Distribution — tasks by developers

FAQ

How to link commits to Yandex Tracker tasks? Include the task key in the commit message or branch name (e.g., QUEUE-123).

Does automatic worklog work? Yes, PanDev Metrics can automatically log work time in Tracker based on IDE activity.

Is a paid Yandex Tracker plan required? The integration works with both free and paid plans.