Skip to content

YouTrack

xyva.ai connects to JetBrains YouTrack for issue tracking, letting you create issues directly from test failures and Scout findings without context-switching.

Connection Setup

Open Settings > Integrations > YouTrack and fill in the required fields:

FieldExample
Base URLhttps://yourorg.youtrack.cloud
API TokenPermanent token from YouTrack profile
Default ProjectXYVA (short project ID)

TIP

Generate a permanent token under YouTrack > Profile > Account Security > Tokens. Grant the YouTrack scope for full read/write access to issues.

Project Browser

The integration provides a project browser with three levels:

  1. Project list -- all projects visible to the authenticated user.
  2. Issue list -- issues filtered by status, assignee, or custom query.
  3. Issue detail -- full issue view including description, comments, and attachments.

Filter syntax follows the YouTrack query language:

text
project: XYVA State: Open Assignee: me
project: XYVA Tag: flaky-test sort by: updated desc

Issue Creation

Issues can be created from three sources inside xyva:

From Runner Failures

When a Playwright test fails, the result card shows a Create Issue button. xyva pre-fills:

  • Summary -- test title and failure reason
  • Description -- stack trace, screenshot link, and execution context
  • Tags -- runner-failure, browser name

From Scout Findings

Scout accessibility and link-check findings include a Report to YouTrack action that maps severity to issue priority:

Scout SeverityYouTrack Priority
CriticalCritical
MajorMajor
MinorNormal

Manual Creation

Open the YouTrack panel and click New Issue to create an issue with a blank template.

INFO

All issues created from xyva include a source: xyva custom field so you can filter CI-generated issues from manual ones.

  1. Run tests in Runner or trigger a Swarm scan.
  2. Review failures and findings.
  3. Create YouTrack issues for actionable defects.
  4. Track resolution in the YouTrack panel.
  5. Re-run tests to verify the fix.
  • TestRail -- test case management integration
  • Runner -- test execution and result analysis

Local-first QA orchestration.