youtrack
Installation
SKILL.md
YouTrack
YouTrack integration for project management, time tracking, and knowledge base.
Quick Start
Authentication
To generate a permanent token:
- From the main navigation menu, select Administration > Access Management > Users
- Find your user and click to open settings
- Generate a new permanent API token
- Set the token as an environment variable:
export YOUTRACK_TOKEN=your-permanent-token-here
Important: Configure your hourly rate (default $100/hour) by passing --rate to invoice_generator.py or updating hourly_rate parameter in your code.