managing-youtrack

Automate YouTrack issue lifecycle management via REST API.

302|22|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JetBrains/skills --skill managing-youtrack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-youtrack
Source: https://github.com/JetBrains/skills/tree/main/managing-youtrack
Command: npx skills add https://github.com/JetBrains/skills --skill managing-youtrack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with YouTrack issue tracker via REST API to automate the lifecycle of issues and drafts, including creating, reading, updating, searching, and managing related content such as comments, tags, and links. It also supports time tracking, and looking up users, groups, and field schemas.

Core Features & Use Cases

  • Create, read, update, and search issues and drafts
  • Manage comments, tags, work items, links, and field schemas
  • List saved queries and look up users and groups for permissions and workflow automation

Quick Start

Use a YouTrack REST API call to create a new issue in your project.

Frequently Asked Questions about managing-youtrack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate YouTrack issue management via REST API?

Automate YouTrack issue management via REST API by using endpoints to create, retrieve, update, and search issues, while securely authenticating with your YouTrack URL and token environment variables.

Can I use the YouTrack REST API to manage time tracking and work items?

Yes, you can use the YouTrack REST API to manage time tracking by creating and retrieving work items on issues, alongside handling comments, tags, and links for workflow automation.

Do I need environment variables to authenticate YouTrack REST API requests?

Yes, YouTrack REST API authentication requires setting the YOUTRACK_URL and YOUTRACK_TOKEN environment variables to securely process requests and interact with your issue tracker.

What's the best way to search issues and list saved queries in YouTrack?

The best way to search issues and list saved queries in YouTrack is through standard REST API endpoints that support field projections to retrieve filtered issue data and query lists.

Does the YouTrack REST API support looking up users and groups for workflow permissions?

Yes, the YouTrack REST API supports looking up users and groups, allowing you to retrieve field schemas and manage permissions for your software development workflow automation.

Can I create and update issue drafts using the YouTrack REST API?

Yes, you can create and update issue drafts using the YouTrack REST API, which provides dedicated endpoints for handling the lifecycle of drafts within your tracking projects.