Skip to main content
The Linear integration syncs issues from your selected teams into Jinzo’s entity store. Linear issues — with their identifiers like ABC-123 — become searchable locally and available as context in AI chat.

Authentication

Linear uses an API key for authentication. You can generate a personal API key from your Linear account settings. The key is stored encrypted in the local database.
Jinzo uses the @linear/sdk package to communicate with the Linear API, providing typed access to issues, teams, labels, and other resources.

What Gets Synced

FieldDetails
Entity kindissue
Resource kindlinear_team
Data syncedIssue title, description, state, labels, priority, issue number (e.g., ABC-123)
Issues retain their full metadata including priority levels and team-specific identifiers, making it easy to search and cross-reference with other project management data.

Setup

1

Generate an API Key

In Linear, go to Settings > API and create a new personal API key.
2

Connect Linear

Go to Settings > Apps in Jinzo and click Connect next to Linear. Paste your API key when prompted.
3

Select Teams

Choose which Linear teams to sync. Only issues from selected teams will be fetched.
4

Initial Sync

Jinzo will perform an initial sync to fetch existing issues. Subsequent syncs happen incrementally.