Daniil14 downloadsUnofficial plugin for rendering Yandex Tracker issues and queries in notes. Not affiliated with or supported by Yandex.
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.
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.cssConfigure these values in plugin settings before rendering issues:
~/.tracker_tokenru by default; supported values: ru, enPaste 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.
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.