YouTrack

YouTrack

JetBrains YouTrack: issues with YouTrack's query language, their comments and work items, projects, agile boards, sprints and users. REST API, permanent-token auth against YouTrack Cloud or a self-hosted server.

7 giorni gratis · senza carta · hosting UE

Chiedi qualsiasi cosa a YouTrack

Prova un prompt reale su YouTrack via AnythingMCP — Claude chiama i tool e risponde. Premi Enter sul tuo messaggio per installare su Cloud.

Installa YouTrack su Cloud
YouTrack · live via MCP
Condividi
Opus 4.7

Claude è un'AI e può sbagliare. Verifica sempre le risposte.

Setup in 2 minuti

  1. 1Avvia la trial gratuita su cloud.anythingmcp.com.
  2. 2Clicca YouTrack nel connector store. Incolla le credenziali quando richiesto.
  3. 3Genera una MCP API key e punta il client AI all'URL MCP generato.
Installa YouTrack ora

Guide per YouTrack

Setup passo-passo per i principali client AI.

Configurare YouTrack

Direttamente dalla definizione del connettore: dove trovare le credenziali, quali permessi servono e con quale API parla questo adapter. Fornite in inglese dall'autore del connettore.

Getting a token

  1. In YouTrack open your profile → Account Security → Authentication → New token, give it the YouTrack scope, and copy it. Permanent tokens begin with perm:.
  2. Set YOUTRACK_URL to your instance root. On YouTrack Cloud that is https://example.youtrack.cloud; on a self-hosted server it may include a context path such as https://yt.example.com/youtrack. No trailing slash. The adapter appends /api.
  3. Set YOUTRACK_TOKEN. It is sent as Authorization: Bearer perm:….

fields is mandatory, and this is the thing to understand about YouTrack's API. Without it, YouTrack returns only $type and id for every object — technically a success, practically useless. The syntax is a nested selector: id,idReadable,summary,customFields(name,value(name)). Every tool below sends a useful default; override it when you need something else.

The query language is the powerful part. project: PROJ #Unresolved assignee: me sort by: updated desc is a complete query. It also handles created: {This week}, State: {In Progress}, #Bug, has: -attachments. This is the same grammar as the search box in the web UI, so anything a user can type there works here.

Custom fields are a nested array, not top-level properties. State, priority and assignee all live in customFields as {name, value:{name}} pairs. An agent looking for a top-level state property will not find one.

$skip and $top page, and there is no total count — a short page means the end.

Self-hosted, which is the thing to plan for.

  • On AnythingMCP Cloud the instance must be reachable from the public internet on a real hostname with a valid TLS certificate. A self-signed certificate will fail: the connector offers no trust-anything switch.
  • On an internal host (yt.intern, 10.0.0.x), self-host AnythingMCP on the same network and add that host to SSRF_ALLOWED_HOSTS, or the outbound guard refuses the call before it is made.

Writes: youtrack_add_comment posts a real comment that notifies the issue's watchers.

La tua AI è a due click da YouTrack.

Installa il connettore, incolla le credenziali, chiedi all'AI. 7 giorni gratis, niente carta.