Connectors
Linear Connector
Access the latest tickets from Linear
How it works
The Linear connector pulls in all the Linear issues and the associated comments.
Issues are updated every 10 minutes.
Setup
Configure your Linear Application + Onyx env variables
This is only necessary if self-hosting Onyx. If using Onyx Cloud, you can skip this step.
- Create a Linear Application. This step must be completed by an admin of the linear workspace you wish to connect to Onyx. The application callback urls should include
<your onyx host>/connector/oauth/callback/linear
For example, for a local deployment with default configurations one of the lines should behttp://localhost:3000/connector/oauth/callback/linear
- Set the following environment variables on your Onyx instance using the Client ID and Signing Secret provided by Linear for your new app:
- Restart your Onyx instance as you normally would to apply the changes.
Indexing
- In the Onyx UI, navigate to the Admin Dashboard and select the Linear Connector
- Click the
Create New
button to go through the OAuth flow. - Once you’ve authorized the application, you’ll be redirected back to Onyx.
- Select the new credential and click Continue
- Enter connector name and permissions information
- Click
Create Connector
to begin indexing Linear issues and comments!