Linear App Authentication
The recommended way to authenticate with Linear is by connecting the Linear app through the Qodo portal.Installation steps
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).
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.