Skip to main content

Linear

Linear integration provides project management data: open issues categorized as ideas or bugs (based on label names), and recently completed issues for the shipping log.

What it powers

  • Ideas + Bugs widget — List of open issues with priority, status, and age
  • Shipping Log widget — Completed issues appear as shipped items

Getting your API key

1

Sign in to Linear

Go to linear.app and sign in.
2

Go to API settings

Click your avatar in the bottom-left, then go to Settings > API (or visit linear.app/settings/api directly).
3

Create a Personal API Key

Under Personal API keys, click Create key. Give it a label like “Radarboard”.Copy the key.

Environment variables

.env.local
LINEAR_API_KEY=lin_api_xxxxxxxxxxxxxxxxxxxxxxxxxxxx

API details

PropertyValue
APIGraphQL at https://api.linear.app/graphql
Rate limitStandard Linear API limits
Cache TTL2 minutes (teams: 1 hour)
AuthenticationBearer token (Authorization: Bearer lin_api_...)

Widgets that use this service

Ideas + Bugs

Primary data source for all ideas and bug tracking.

Shipping Log

Shows completed Linear issues as shipped items.