Integration Apps
Linear
Creating a Linear App
- Go to
https://linear.app/<YOUR_WORKSPACE>/settings/api
- Click “Create Key” and select “OAuth2 Application”
- Fill in the details:
- Name your application
- Set Callback URL:
<FRONTEND_URL>/client/linear/callback
- Click “Create” and note your Client ID and Client Secret
- In the “Webhooks” section:
- Enable webhooks
- Set Webhook URL:
<BACKEND_URL>/linear/webhook
- Select event types:
- Issues
- Comments
- Click “Create Webhook”
- Save all changes