π¦ ClawHub
YouTrack Issue Tracker
by @iahmadzain
Manage YouTrack issues, projects, and workflows via CLI. Use when creating, updating, searching, or commenting on YouTrack issues, listing projects, checking issue states, or automating issue workflows.
βοΈ Configuration
Credentials stored in ~/.config/youtrack/config.json:
{
"url": "https://your-instance.youtrack.cloud",
"token": "perm:xxx"
}
Or set env vars: YOUTRACK_URL, YOUTRACK_TOKEN
Generate token: YouTrack β Profile β Account Security β New Token
π Tips & Best Practices
ytctl states PROJECT to see valid state names--dry-run to preview before executingTERMINAL
clawhub install youtrack