Linear

Linear App Authentication

The recommended way to authenticate with Linear is by connecting the Linear app through the Qodo portal.

Installation steps

  1. Navigate to the Integrations tab.

  2. Click Linear to connect the app.

  3. Complete the authentication flow to authorize Qodo to access your Linear workspace.

Once connected, Qodo can fetch Linear ticket context for your pull requests.

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 the linear_base_url configuration (see below).

Method 2: Branch name detection:

Prefix your branch name with the ticket ID, for example:

  • ABC-123-feature-description

  • feature/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