Status
Available today via API. Pro+ ships the UXAudit API; Linear ships a full REST + GraphQL API. The integration is a thin glue script (~50 lines) we’ll share — and we’re building the no-code in-product version for 2026 Q3.
What the integration does
- Polls (or webhook-receives) UXAudit audit-completion events
- For each finding with severity ≥ configured threshold, creates a Linear issue:
- Title: the finding’s headline
- Description: finding detail, severity, guideline citation, audit report link
- Labels: auto-applied based on category (Navigation / Checkout / a11y / etc.)
- Priority: mapped from severity (Critical → Urgent, High → High, Medium → Medium)
- Project: the Linear project tied to your UXAudit project
- Deduplication: existing open issues for the same finding aren’t re-created
- Closes Linear issues when the finding is closed in the next audit run
Why this matters
Audit findings should land in the same backlog your engineers and designers triage every Monday. Without integration, audit findings become “the report we’ll read next month” — and the fixes never ship.
Setup
- Generate a Linear API key (Settings → API → Personal API keys)
- UXAudit dashboard → Settings → Integrations → Linear → paste API key + map projects
- Set severity threshold (default: Critical + High only)
- Save — next audit completion creates Linear issues
Available on
Pro and Enterprise plans. Email [email protected] if you want the API-glue script while the in-product integration is in development.