Linear App Authentication
The recommended way to authenticate with Linear is to connect the Linear app through the Qodo portal.Installation steps:
Go to the Qodo integrations page.
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 complete Linear ticket URL:
https://linear.app/[ORG_ID]/issue/[TICKET_ID] - The shortened ticket ID:
[TICKET_ID](e.g.,ABC-123) This method requireslinear_base_urlconfiguration (see below).
Method 2: Branch Name Detection:
Name your branch with the ticket ID as a prefix (e.g.,ABC-123-feature-description or feature/ABC-123/feature-description).