
Description
Interact with YouTrack issue tracker via REST API. Create, read, update, and search issues and drafts; manage comments, tags, and issue links; log work items; inspect custom field schemas; list saved queries; look up users and groups. Use when the user asks about YouTrack issues, wants to file bugs, update tickets, add comments, manage tags or links, track time, or search for issues. Requires YOUTRACK_URL and YOUTRACK_TOKEN environment variables.
SKILL.md
YouTrack REST API
Setup (minimal)
- NEVER use pipes after curl commands to parse the output, do that in a separate tool call.
- Always pass the auth header via
"${YOUTRACK_TOKEN}". Always includeAccept: application/json; addContent-Type: application/jsonfor write calls. - For queries containing spaces or symbols, use
curl -G --data-urlencode "query=..."instead of embedding the query string. - Request only needed fields via the
fieldsparameter; default minimal issue fields:idReadable,summary.
Navigation
- Issues, drafts, comments → reference/issues.md
- Tags, links, work items → reference/metadata.md
- Fields, saved searches, users, groups → reference/admin.md
- Field presets and
$typevalues → reference/fields.md
Output requirement
After create/update/delete, print a link to the affected item:
- Issue:
$YOUTRACK_URL/issue/<idReadable> - Comment:
$YOUTRACK_URL/issue/<idReadable>#focus=Comments-<COMMENT_ID> - Drafts have no web URL.
More skills from the skills repository
View all 128 skillsalgorithmic-art
create generative art with p5.js
Jul 13CreativeGenerative ArtGraphicsJavaScriptantfu
configure JavaScript projects with Anthony Fu's tools
Jul 13Best PracticesEngineeringJavaScriptTypeScriptbrand-guidelines
apply Anthropic brand guidelines
Jul 13BrandingDesignTypographycanvas-design
create visual art and design assets
Jul 13CreativeDesignImagesPDFci-cd-containerization-advisor
design CI/CD pipelines for Kotlin applications
Jul 13CI/CDContainersDeploymentEngineering +2cloudflare-deploy
deploy applications to Cloudflare
Jul 17CloudflareCloudflare PagesCloudflare WorkersDeployment
More from JetBrains
View publishermps-aspect-accessories
configure JetBrains MPS module dependencies
MPS
Jul 17ArchitectureConfigurationEngineeringmps-aspect-actions
define and edit MPS node factories
MPS
Jul 17ArchitectureEngineeringmps-aspect-behavior
define and edit MPS concept behavior
MPS
Jul 13ArchitectureEngineeringmps-aspect-constraints
define JetBrains MPS language constraints
MPS
Jul 17ArchitectureCode Analysismps-aspect-dataflow
define and debug MPS dataflow builders
MPS
Jul 13Data Analysismps-aspect-editor
define MPS editor layouts
MPS
Jul 13DesignUI Components