Key Features
Blazing-Fast Interface
Minimalist, keyboard-first UI optimized for speed and focus.
Cycles & Roadmaps
Plan sprints, track progress, and visualize long-term goals with timelines.
Git Integration
Link issues to commits, branches, and pull requests across GitHub, GitLab, and Bitbucket.
Automation & Workflows
Auto-assign, triage, and move issues with custom rules and templates.
How It Works
Create a Workspace
Sign up and set up your team’s workspace with projects and members.
Define Projects & Cycles
Organize work into projects and time-boxed cycles for agile planning.
Track Issues
Create, assign, and prioritize issues with labels, statuses, and custom views.
Integrate Git
Connect GitHub, GitLab, or Bitbucket to link commits and PRs to issues.
Automate & Ship
Use workflows, templates, and notifications to streamline delivery.
Code Example
// Linear API example using fetch:
fetch("https://api.linear.app/graphql", {
method: "POST",
headers: {
Authorization: "Bearer YOUR_API_KEY",
"Content-Type": "application/json",
},
body: JSON.stringify({
query: `
mutation {
issueCreate(
input: {
title: "Fix login bug",
description: "Users can't log in with Google",
teamId: "team_123"
}
) {
success
issue {
id
title
}
}
}
`,
}),
});Use Cases
Sprint Planning
Organize tasks into cycles, assign owners, and track velocity.
Bug Tracking
Log, triage, and resolve issues with linked commits and PRs.
Product Roadmapping
Visualize goals and milestones with timeline views and dependencies.
Engineering Workflows
Automate repetitive tasks and streamline dev handoffs with Git sync.
Integrations & Resources
Explore Linear’s ecosystem and find the tools, platforms, and docs to accelerate your workflow.
Popular Integrations
- GitHub, GitLab, Bitbucket
- Slack, Discord, Notion
- Figma, Sentry, Intercom
- Zapier, Webhooks, REST API
- Jira import, CSV export
Helpful Resources
FAQ
Common questions about Linear’s capabilities, usage, and ecosystem.
