Linear
Connect Linear via Nango OAuth to ingest issue and comment signals.
The Linear connector ingests issue lifecycle events and comments via Nango OAuth polling. Issue tracking data provides context about ongoing work, priorities, and technical decisions.
Setup via Nango
Linear is connected through Nango, which manages OAuth tokens and provides a proxy API.
- Configure Linear OAuth in Nango Dashboard
- Add a Linear integration in your Nango dashboard
- Set the required OAuth scopes:
read - Complete the OAuth flow to connect your workspace
How It Works
The poll worker runs every 5 minutes and:
- Discovers active Linear connections via Nango
- Fetches recent issues and comments using Linear's REST API (proxied through Nango)
- Normalizes events into signals with entity extraction
- Stores signals and enqueues memory processing
Events Captured
| Event Type | What's Captured |
|---|---|
| Issue created | Title, description, team, assignee, priority, labels |
| Issue updated | Changed fields, new status, assignee changes |
| Comment created | Comment body, author, parent issue context |
Configuration
Linear is configured via Dashboard → Connectors → Linear. You can enable/disable the connector and set which team IDs to monitor. If no team IDs are set, events from all teams are processed.