Documentation Index
Fetch the complete documentation index at: https://docs.gitar.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Gitar Jira Integration seamlessly connects Jira issues with your pull requests. Gitar can read issues, update status, and add comments — keeping project management and code reviews in sync.Auto-Link Issues
Detect and link Jira issues even when ticket references are missing
Post Merge Summaries
Add implementation summaries to linked issues when PRs merge
Suggest Reviewers
Suggest reviewers based on Jira watchers and stakeholders
Create Follow-ups
Create follow-up issues for unresolved comments and new TODOs
Authentication Methods
Gitar supports two ways to authenticate with Jira:OAuth 2.0 (Recommended)
OAuth provides secure, one-click authentication with automatic token refresh. No manual token management required.Personal Access Token (PAT)
Personal Access Tokens provide direct API access with manual token management.Get Started with OAuth
Follow these steps to connect your Jira workspace using OAuth 2.0 (recommended).Before connecting with OAuth, ensure your organization has configured the Gitar OAuth app in the Atlassian Developer Console. Contact your administrator if you need access or assistance with OAuth app configuration.
Access Gitar Integrations
Navigate to your organization’s settings in the Gitar dashboard to begin the integration:

- Navigate to your organization’s Settings in the Gitar dashboard
- Go to the Integrations section
- Find the Jira card under Ticketing & Documentation and click Connect


Select OAuth Authentication
In the Jira connection dialog, you’ll see two authentication options:





- Select the OAuth tab
- Click Connect with OAuth


Authorize with Atlassian
You’ll be redirected to Atlassian’s authorization page:
- Select your Atlassian site
- Review the permissions requested
-
Click Accept to authorize Gitar

Get Started with Personal Access Token
Follow these steps to connect using a Personal Access Token.Generate a Jira API Token
Create a Personal Access Token in your Atlassian account:
- Go to Atlassian API tokens page
- Click Create API token
- Give it a descriptive name (e.g., “Gitar Integration”)
- Copy the generated token (you won’t be able to see it again)
Enter PAT Credentials
Return to the Gitar Jira integration dialog:

- Select the Personal Access Token tab
- Enter your Jira Instance URL (e.g.,
https://your-company.atlassian.net) - Enter your Jira User Email
- Paste your Personal Access Token


Save Configuration
After entering all the required information:

- Review your credentials
- Click Save to complete the connection


Frequently Asked Questions
What permissions does Gitar need?
For OAuth, Gitar requests:- Read Jira issues and user information
- Write to Jira (create/update issues, add comments)
- Offline access (for automatic token refresh)
How often are OAuth tokens refreshed?
OAuth tokens are automatically refreshed before they expire to maintain continuous connectivity. No manual intervention required.What happens if my PAT expires?
You’ll need to generate a new token and update it in Gitar by going to Settings → Integrations → Jira → Configure.Enable Jira Features
Once your Jira integration is connected, you can enable specific features through your repository’s Rules page:- Navigate to your repository in the Gitar dashboard
- Go to Rules in the sidebar
- Find the Jira-related rules and toggle them on





