Creating a Linear App

  1. Go to https://linear.app/<YOUR_WORKSPACE>/settings/api
  2. Click “Create Key” and select “OAuth2 Application”
  3. Fill in the details:
    • Name your application
    • Set Callback URL: <FRONTEND_URL>/client/linear/callback
  4. Click “Create” and note your Client ID and Client Secret
  5. In the “Webhooks” section:
    • Enable webhooks
    • Set Webhook URL: <BACKEND_URL>/linear/webhook
    • Select event types:
      • Issues
      • Comments
  6. Click “Create Webhook”
  7. Save all changes