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 CloudClaude è un'AI e può sbagliare. Verifica sempre le risposte.
Setup in 2 minuti
- 1Avvia la trial gratuita su cloud.anythingmcp.com.
- 2Clicca YouTrack nel connector store. Incolla le credenziali quando richiesto.
- 3Genera una MCP API key e punta il client AI all'URL MCP generato.
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
- In YouTrack open your profile → Account Security → Authentication → New token, give it the
YouTrackscope, and copy it. Permanent tokens begin withperm:. - Set
YOUTRACK_URLto your instance root. On YouTrack Cloud that ishttps://example.youtrack.cloud; on a self-hosted server it may include a context path such ashttps://yt.example.com/youtrack. No trailing slash. The adapter appends/api. - Set
YOUTRACK_TOKEN. It is sent asAuthorization: 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 toSSRF_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.