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

# Jira Integration

> Connect Jira to Greptile for context-aware code reviews. Automatically verify PR code against ticket requirements and acceptance criteria.

Connect Jira to give Greptile access to ticket context during code reviews. When PRs reference Jira tickets, Greptile verifies code against requirements and flags gaps.

## What You Get

* **Automatic ticket detection** - Greptile identifies Jira references in PR titles, descriptions, and commit messages
* **Requirement verification** - Reviews flag when code doesn't match ticket acceptance criteria
* **Context-aware comments** - Greptile considers business context from linked tickets
* **Status awareness** - Understands ticket priority and type (bug, feature, story)

**Example:** A PR titled "JIRA-123: Add user authentication" links to a ticket requiring password complexity. Greptile flags if the implementation is missing that validation.

## Setup

<Steps>
  <Step title="Go to Integrations">
    Click **Integrations** in the left sidebar of your Greptile dashboard.

    <Frame>
      <img src="https://mintcdn.com/greptile/sJeefWhR1h6iqsSa/images/integrations-tab.png?fit=max&auto=format&n=sJeefWhR1h6iqsSa&q=85&s=af9f5135bc2312924b255ef390133830" alt="Integrations menu" width="249" height="277" data-path="images/integrations-tab.png" />
    </Frame>
  </Step>

  <Step title="Connect Jira">
    Click **Connect** on the Atlassian card.

    <Frame>
      <img src="https://mintcdn.com/greptile/sJeefWhR1h6iqsSa/images/integrate-jira.png?fit=max&auto=format&n=sJeefWhR1h6iqsSa&q=85&s=7506a546929032408edf543ef9f3c30a" alt="Connect Jira" width="1296" height="385" data-path="images/integrate-jira.png" />
    </Frame>
  </Step>

  <Step title="Accept Connection">
    Click **Accept** to allow Greptile to connect to Jira.

    <Frame>
      <img src="https://mintcdn.com/greptile/pPDrEYn7_-Bi_2Mg/images/greptile-connect-jira.png?fit=max&auto=format&n=pPDrEYn7_-Bi_2Mg&q=85&s=9295926011af91408a982335e8b8f8b1" alt="Accept Jira connection" width="677" height="851" data-path="images/greptile-connect-jira.png" />
    </Frame>

    <Note>Accepting also connects Atlassian Confluence.</Note>
  </Step>

  <Step title="Done">
    Atlassian appears as a connected data source in your dashboard.

    <Frame>
      <img src="https://mintcdn.com/greptile/sJeefWhR1h6iqsSa/images/jira-connected.png?fit=max&auto=format&n=sJeefWhR1h6iqsSa&q=85&s=e5ba8f295ecf21783916dd3772a326c8" alt="Jira connected" width="1264" height="164" data-path="images/jira-connected.png" />
    </Frame>
  </Step>
</Steps>
