youtrack
NewInteract with YouTrack issue tracker - create issues, get details, change status
Summary
This skill enables you to interact with YouTrack, JetBrains' issue tracker, directly from Claude Code.
- You can create issues, retrieve detailed information, and update statuses without leaving your terminal, streamlining your workflow and saving time.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install youtrack@<marketplace>
/pluginUse Cases
Usage Examples
/youtrack create issue --project PROJ --summary 'Fix login bug' --description 'Users cannot log in with OAuth' --type Bug
/youtrack get issue PROJ-123
/youtrack update issue PROJ-456 --status 'In Progress'
Security Audits
Frequently Asked Questions
What is youtrack?
This skill enables you to interact with YouTrack, JetBrains' issue tracker, directly from Claude Code. You can create issues, retrieve detailed information, and update statuses without leaving your terminal, streamlining your workflow and saving time.
How to install youtrack?
To install youtrack: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install youtrack@<marketplace>. Finally, /plugin in Claude Code.
What is youtrack best for?
youtrack is a plugin categorized under General. It is designed for: youtrack, issue-tracker, jetbrains. Created by Alex Plate.
What can I use youtrack for?
youtrack is useful for: Create a new bug or feature request in YouTrack directly from the command line.; Fetch and display details of a specific YouTrack issue by its ID.; Change the status of a YouTrack issue (e.g., from 'Open' to 'In Progress').; Search for issues by summary, description, or tags to quickly find relevant items.; Assign an issue to a team member or update its priority during a code review.; List all issues assigned to you in a specific project to plan your work..