Documentation Index
Fetch the complete documentation index at: https://docs.qodo.ai/llms.txt
Use this file to discover all available pages before exploring further.
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).