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.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
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
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.| Rule | Description |
|---|---|
| Linear Auto-Linking | Find and attach relevant Linear issues to PRs that don’t have linked tickets |
| Summary of change to Linear issue | Add implementation summaries to linked Linear issues when merged |
| Multi-Issue Relationship Linking | Create relationships between multiple Linear issues attached to the same PR |
| Reviewer Assignment from Issue | Auto-assign reviewers based on Linear issue watchers and stakeholders |
| Unaddressed Items Follow-up | Create follow-up Linear issues for unresolved review comments and new TODOs when changes merge |

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.

