# Linear

:::info
This integration is available in all editions from **v0.84.0** onwards

:::

# Setup


1. Register a [new Linear application](https://linear.app/settings/api/applications/new) 

   
   1. Fill out the details for a new application, you can use any values except for **Callback URL** which must point to `<yourdomain.com>/api/linear.callback`


2. Generate a client secret and make a note of the value.
3. Add the configuration to the Outline environment, using the following variable names:

   ```javascript
   LINEAR_CLIENT_ID=
   LINEAR_CLIENT_SECRET=
   ```


7. Restart the server, you should see “Linear” available under **Settings → Integrations**

---

**Documents**

- [License restrictions](https://docs.getoutline.com/s/hosting/doc/license-restrictions-f9aq6uEL3H)
- [Requirements](https://docs.getoutline.com/s/hosting/doc/requirements-ULdYnwi4wG)
- [Installation methods](https://docs.getoutline.com/s/hosting/doc/installation-methods-pSvgz9j0QC)
- [Configuration](https://docs.getoutline.com/s/hosting/doc/configuration-509J4lAzjo)
- [Business + Enterprise](https://docs.getoutline.com/s/hosting/doc/business-enterprise-rv0715NxO3)
- [Backups](https://docs.getoutline.com/s/hosting/doc/backups-KZtPOADCHG)
- [Troubleshooting](https://docs.getoutline.com/s/hosting/doc/troubleshooting-HXckrzCqDJ)