JetBrains logo

Skill

managing-youtrack

manage YouTrack issues

Covers Project Management API Development

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 include Accept: application/json; add Content-Type: application/json for 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 fields parameter; default minimal issue fields: idReadable,summary.

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.

© 2026 YourAI.tools. Every skill from an identity-verified publisher.

Independent catalog. Not affiliated with, endorsed by, or sponsored by Anthropic or any listed publisher. All trademarks belong to their respective owners.