> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zerotwo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Linear Integration

> Connect Linear to ZeroTwo for AI-powered issue tracking and project management

The Linear integration connects ZeroTwo to your Linear workspace via MCP, enabling you to manage issues, projects, and workflows through natural language.

## What you can do

<CardGroup cols={2}>
  <Card title="Manage issues" icon="list-check">
    Create, update, and track issues across teams
  </Card>

  <Card title="View projects" icon="diagram-project">
    Monitor project progress and milestones
  </Card>

  <Card title="Track cycles" icon="rotate">
    Manage sprints and development cycles
  </Card>

  <Card title="Team coordination" icon="users">
    Assign tasks and coordinate team activities
  </Card>
</CardGroup>

## Connecting Linear

<Steps>
  <Step title="Open integrations">
    Settings → Integrations → Linear
  </Step>

  <Step title="Authorize">
    Connect your Linear account.

    **Permissions:**

    * Read issues and projects
    * Create and update issues
    * Manage assignments and labels
    * Access team and cycle data
  </Step>

  <Step title="Confirm">
    <Check>
      Linear integration is active via MCP.
    </Check>
  </Step>
</Steps>

## Using Linear

### Issue management

<CodeGroup>
  ```text Create issues theme={null}
  "Create a Linear issue: Implement user authentication"
  "Add a bug report about the broken search feature"
  "Create a high-priority issue for the API performance problem"
  ```

  ```text Search issues theme={null}
  "Show my Linear issues"
  "Find all high-priority bugs"
  "List issues in the current cycle"
  ```

  ```text Update issues theme={null}
  "Mark issue ENG-123 as in progress"
  "Assign issue ENG-456 to Alice"
  "Add label 'frontend' to issue ENG-789"
  ```
</CodeGroup>

### Project tracking

```text theme={null}
"Show project status for the Q4 roadmap"
"List all active projects in the Engineering team"
"What's the progress on the mobile app project?"
```

### Cycle management

```text theme={null}
"Show issues in the current cycle"
"What's the velocity for this sprint?"
"List completed issues from last cycle"
```

## Privacy and integration

<Info>
  This integration uses MCP for secure access to Linear. Learn more at [MCP overview](/integrations/mcp-overview).
</Info>

## Related integrations

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="/integrations/github">
    Repository integration
  </Card>

  <Card title="Notion" icon="note-sticky" href="/integrations/notion">
    Documentation
  </Card>

  <Card title="MCP overview" icon="plug" href="/integrations/mcp-overview">
    Learn about MCP
  </Card>
</CardGroup>
