Linear
Linear App Authentication
The recommended way to authenticate with Linear is by connecting the Linear app through the Qodo portal.
Installation steps
Go to the Qodo integrations page.
Navigate to the Integrations tab.
Click Linear to connect the app.
Complete the authentication flow to authorize Qodo to access your Linear workspace.
Once connected, Qodo can fetch Linear ticket context for your pull requests.
How to link a PR to a Linear ticket
Qodo will automatically detect Linear tickets using either of these methods:
Method 1: Description reference:
Include a ticket reference in your PR description using either:
The full Linear ticket URL:
https://linear.app/<ORG_ID>/issue/<TICKET_ID>The shortened ticket ID (for example,
ABC-123) This method requires thelinear_base_urlconfiguration (see below).
Method 2: Branch name detection:
Prefix your branch name with the ticket ID, for example:
ABC-123-feature-descriptionfeature/ABC-123/feature-description
Linear base URL
To use shortened ticket IDs or branch name detection, configure your Linear base URL in your configuration file under the [linear] section.
Last updated