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

# Overview

> Connect cubic to your issue trackers for enhanced code reviews.

cubic integrates with issue trackers and documentation tools to bring context directly into your code reviews.

## Issue tracker integrations

Connect your issue tracker to bring business context directly into code reviews. Once connected, cubic automatically detects if your PRs meet the acceptance criteria from your issues. [Learn more](/ai-review/issue-analysis).

<img src="https://mintcdn.com/cubic-2/AzoJeLhtvGZBEz71/ai-review/images/issue-analysis.png?fit=max&auto=format&n=AzoJeLhtvGZBEz71&q=85&s=6f21f8ce12b9c7cb79c5af113c3b5320" alt="Issue analysis showing acceptance criteria results" className="border border-zinc-800 rounded-lg" width="3492" height="1989" data-path="ai-review/images/issue-analysis.png" />

### Available integrations

<CardGroup cols={2}>
  <Card title="Linear" href="/integrations/linear-integration">
    Verify acceptance criteria, and provide more context for AI reviews and PR descriptions.
  </Card>

  <Card title="Jira" href="/integrations/jira-integration">
    Verify acceptance criteria, and provide more context for AI reviews and PR descriptions.
  </Card>

  <Card title="Asana" href="/integrations/asana-integration">
    Verify acceptance criteria, and provide more context for AI reviews and PR descriptions.
  </Card>

  <Card title="Confluence" href="/integrations/confluence-integration">
    Pull documentation from Confluence to provide context for AI reviews.
  </Card>

  <Card title="Notion" href="/integrations/notion-integration">
    Bring Notion page context into AI reviews and PR descriptions.
  </Card>
</CardGroup>

<Note>
  Issue tracker integrations give the AI reviewer access to the full content of linked issues. We
  don't recommend enabling these integrations if you don't want sensitive information from your
  issues (e.g., customer names, internal data) to risk being mentioned in AI review comments on
  GitHub, particularly for open source projects.
</Note>
