YouTrack Dashboard

Manage YouTrack tickets and comments via the REST API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mberto10/mberto-compound --skill youtrack-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: YouTrack Dashboard
Source: https://github.com/mberto10/mberto-compound/tree/main/plugins/work-toolkit/skills/youtrack-dashboard
Command: npx skills add https://github.com/mberto10/mberto-compound --skill youtrack-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interactions with YouTrack, automating tasks like ticket creation, updates, comment management, and compiling weekly reports, reducing manual effort and improving project visibility.

Core Features & Use Cases

  • Ticket Management: Create, update, and retrieve YouTrack issues.
  • Comment Automation: Add and manage comments, including structured weekly updates.
  • Reporting: Compile weekly status reports for stakeholders.
  • Use Case: A project manager needs to quickly update the status of several YouTrack tickets, add a weekly progress comment to an epic, and then generate a summary report for a management meeting.

Quick Start

Use the youtrack-dashboard skill to create a new YouTrack ticket with the summary "Fix login bug" and description "Users are unable to log in after the latest deployment.".

Frequently Asked Questions about YouTrack Dashboard

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

FAQPage Schema
How do I automate YouTrack ticket creation and updates via the REST API?

You can automate YouTrack ticket creation and updates by using this Skill to interact directly with the YouTrack REST API. It utilizes Python scripts to create, update, and retrieve issues, requiring a YOUTRACK_API_TOKEN for authentication.

How do I compile weekly status updates from YouTrack issues for stakeholder reporting?

To compile weekly status updates from YouTrack issues, this Skill automates comment management and generates structured summary reports. It consolidates ticket progress into a structured format suitable for management meetings.

Do I need a YOUTRACK_API_TOKEN to manage issue tracking and comments programmatically?

Yes, you need a YOUTRACK_API_TOKEN to manage issue tracking and comments programmatically. This Skill requires the token for authentication when making direct REST API calls to retrieve, create, or update YouTrack issues.

Can I add structured progress comments to YouTrack epics automatically?

Yes, you can add structured progress comments to YouTrack epics automatically. This Skill supports comment automation by adding and managing comments on specific issues, including structured weekly progress updates.

What is the best way to integrate project management reporting with the YouTrack REST API?

The best way to integrate project management reporting with the YouTrack REST API is using this Skill. It streamlines interactions by automating ticket management and compiling weekly status updates in a structured format.

Does this issue tracking automation work with Python scripts for API calls?

Yes, this issue tracking automation works with Python scripts for API calls. The Skill utilizes Python scripts and direct API calls to perform comprehensive ticket management and reporting operations within YouTrack.