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.
A separate account allows you to distinguish automatic actions from personal ones and simplifies access management.
Step 2: Get OAuth Token
- Go to Create OAuth application page
- Create a new application:
- Name:
PanDev Metrics - Platform: Web services
- Name:
- In Permissions section add:
| Permission | Description |
|---|---|
| tracker:read | Read tasks and queues |
| tracker:write | Write worklog |
- Save the application
- Get OAuth token by authorizing the application
You can use Yandex ID → App Passwords to create a token with access to Tracker.
Step 3: Get Organization ID
- Open Yandex Tracker
- Go to Administration → Organization settings
- Copy Organization ID from URL or settings
Step 4: Connect in PanDev Metrics
- Go to Settings → Integrations → Yandex Tracker
- Enter:
- Organization ID: ID from step 3
- OAuth Token: token from step 2
- Click Check Connection and Activate
Step 5: Select Queues
- Select queues to monitor
- Configure task field mapping (optional)
- Enable/disable automatic worklog
- 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.