Unofficial Yandex Tracker ST
approvedby Daniil
Unofficial plugin for rendering Yandex Tracker issues and queries in notes. Not affiliated with or supported by Yandex. - This plugin has not been manually reviewed by Obsidian staff.
Unofficial Yandex Tracker ST for Obsidian
Render Yandex Tracker issues and queries directly in Obsidian notes.
This is an unofficial community plugin. It is not affiliated with, endorsed by, maintained by, or supported by Yandex.
Public Tracker API access documentation: https://yandex.ru/support/tracker/ru/api-ref/access.
Installation
Install from the Obsidian community plugin directory after approval, or install a GitHub release manually by copying these files into .obsidian/plugins/yandex-tracker-st/:
manifest.jsonmain.jsstyles.css
Settings
Configure these values in plugin settings before rendering issues:
- API URL: your Tracker API base URL
- Web URL: your Tracker web URL
- Token file fallback:
~/.tracker_token - Language:
ruby default; supported values:ru,en
Paste an OAuth token into settings, or leave it empty and keep the token in the configured token file. Follow the public API access docs for OAuth, IAM token, and organization requirements.
Supported MVP Syntax
YT-123
https://tracker.yandex.ru/YT-456
type: TABLE
limit: 15
columns: KEY, SUMMARY, STATUS, ASSIGNEE, UPDATED
query: Assignee: me() AND Resolution: empty() "Sort by": Updated DESC
Assignee: me() AND Resolution: empty()
Inline:
ST:YT-123
ST:-YT-123
Real Tracker API calls are made only by Obsidian rendering after you configure credentials.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.