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

# Issue trackers

> CodeRabbit integrates with popular issue tracking systems to enrich reviews with issue context, validate requirements, create issues from review comments, and design Coding Plans.

export const ProPlanBadge = ({tip = "This feature is available as part of the Pro, Pro+ and Enterprise plans. Please refer to our pricing page for more information about our plans and features.", title = "Pro Plan", cta = "Read more", href = "https://coderabbit.ai/pricing", disabled = false}) => {
  return <Tooltip tip={tip} cta={cta} href={href}>
        <Badge icon="shield-check" disabled={disabled || undefined}>
            {title}
        </Badge>
    </Tooltip>;
};

<ProPlanBadge />

## Supported integrations

<CardGroup cols={2}>
  <Card title="GitHub Issues" icon="github" horizontal="true">
    Works automatically without setup{" "}
  </Card>

  <Card title="GitLab Issues" icon="gitlab" horizontal="true">
    Works automatically without setup
  </Card>

  <Card title="Jira" icon="jira" href="/integrations/jira" horizontal="true">
    Connect via the CodeRabbit Forge app from Atlassian Marketplace
  </Card>

  <Card title="Linear" icon="linear" href="/integrations/linear" horizontal="true">
    OAuth-based integration for Linear workspaces
  </Card>
</CardGroup>

## Features

CodeRabbit connects with your issue tracking systems to bring issue context into every stage of development, from planning through code review. Here's what the integration enables:

<CardGroup cols={2}>
  <Card title="Context enrichment" icon="book-open" href="/issues/pr-validation">
    Pulls in issue details: descriptions, acceptance criteria, and discussions,
    so CodeRabbit understands *why* a change is being made.
  </Card>

  <Card title="Requirement validation" icon="clipboard-check" href="/issues/pr-validation">
    Assesses whether your code changes properly address the linked issue's
    acceptance criteria and flags any gaps.
  </Card>

  <Card title="Issue planning" icon="layout-list" href="/issues/planner">
    Analyzes your issues and codebase to generate step-by-step Coding Plans for
    a handoff to any coding agent or IDE copilot.
  </Card>

  <Card title="Issue creation" icon="square-plus" href="/issues/creation">
    Creates new issues directly from PR review comments, ensuring nothing
    discussed during review gets lost.
  </Card>
</CardGroup>

## Integration Guides

<CardGroup cols={1}>
  <Card title="Jira" icon="jira" href="/integrations/jira" horizontal="true">
    Install and configure the Jira Cloud integration via the Atlassian
    Marketplace
  </Card>

  <Card title="Linear" icon="linear" href="/integrations/linear" horizontal="true">
    Install and configure the Linear integration via OAuth
  </Card>
</CardGroup>
