Automatically verify that your PR addresses the Jira ticket's acceptance criteria. AI checks each criterion against the code changes.
Extracts Jira ticket ID from PR title or branch name (e.g., PROJ-123)
Retrieves task description and acceptance criteria from Jira
AI analyzes if the PR changes address each acceptance criterion
Open Git AutoReview Settings (Cmd+Shift+P → "Git AutoReview: Open Settings") and go to the Integrations tab. Toggle Jira integration to ON.
Enter your Jira instance URL (e.g., https://your-company.atlassian.net for Cloud, or your server URL for Server/Data Center). Add your Jira email and API token.
Go to id.atlassian.com → Security → API tokens → "Create API token" → Name it "Git AutoReview" → Copy and paste in Settings.
Open Jira API Tokens PageGo to your Jira profile → Personal Access Tokens → Create a new token. Use your email and the PAT in Settings.
Click the "Detect" button in Settings to auto-detect the correct acceptance criteria field ID for your Jira instance. The extension queries Jira's /field API and finds custom fields matching 'Acceptance Criteria'. If your AC is in a non-standard field, you can set the custom field ID manually.
When you review a PR, Git AutoReview automatically detects the Jira ticket (e.g., PROJ-123 from branch or title), fetches the acceptance criteria, and the AI checks if each criterion is addressed in the code changes.
When a Jira ticket is detected, the review panel shows which acceptance criteria are covered:
Fine-tune what Jira context the AI receives. All options are in Settings → Integrations → Jira.
Include ticket comments in AI context for additional background
Reference attachment names in the review context
Include subtask details for comprehensive review
Include linked issue context
Limit the number of ticket comments fetched
AI explicitly checks each AC item against code changes
Install Git AutoReview, connect Jira, and verify acceptance criteria automatically.
Install Git AutoReview