Mneme

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.

  1. 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:

  1. Discovers active Linear connections via Nango
  2. Fetches recent issues and comments using Linear's REST API (proxied through Nango)
  3. Normalizes events into signals with entity extraction
  4. Stores signals and enqueues memory processing

Events Captured

Event TypeWhat's Captured
Issue createdTitle, description, team, assignee, priority, labels
Issue updatedChanged fields, new status, assignee changes
Comment createdComment 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.

On this page