Overview
The Gitar Linear Integration connects your Linear workspace with your pull requests for automated issue management. Gitar can detect relevant issues, update their status, and add comments — keeping your engineering workflow and code reviews in sync.Auto-Link Issues
Detect and link Linear issues to PRs even when ticket references are missing
Post Merge Summaries
Add implementation summaries to linked issues when PRs merge
Suggest Reviewers
Auto-assign reviewers based on Linear issue watchers
Create Follow-ups
Create follow-up issues for unresolved comments and TODOs
Get Started
Follow these steps to connect your Linear workspace using OAuth.1
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 Linear card and click Connect
2
Authorize the Linear OAuth App
You’ll be redirected to Linear’s authorization page:
- Select the workspace you want to connect
- Review the permissions requested
- Click Approve to authorize Gitar
3
Connection Confirmed
Once authorized, you’ll see a confirmation that your Linear integration is connected.
Built-in Rules
Gitar provides five built-in rules for the Linear integration. These are available in the rule catalog once the integration is connected.Enable Linear Features
Once your Linear 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 Linear-related rules and toggle them on
Using Linear with Custom Rules
You can write custom repository rules that leverage the Linear integration. To grant a custom rule access to Linear, addintegrations: ["linear"] to the rule’s frontmatter. See Rules for more details on creating custom rules.