Update fetching_ticket_context.md

This commit is contained in:
Hussam Lawen 2025-06-03 15:11:00 +03:00 committed by GitHub
parent e561f0358c
commit a9d6a615fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -416,11 +416,11 @@ Include a ticket reference in your PR description using either:
Name your branch with the ticket ID as a prefix (e.g., `ABC-123-feature-description` or `feature/ABC-123/feature-description`). Name your branch with the ticket ID as a prefix (e.g., `ABC-123-feature-description` or `feature/ABC-123/feature-description`).
!!! note "Linear Base URL" !!! note "Linear Base URL"
For shortened ticket IDs or branch detection (method 2), you must configure the Linear base URL in your configuration file under the [linear] section: For shortened ticket IDs or branch detection (method 2), you must configure the Linear base URL in your configuration file under the [linear] section:
```toml ```toml
[linear] [linear]
linear_base_url = "https://linear.app/[ORG_ID]" linear_base_url = "https://linear.app/[ORG_ID]"
``` ```
Replace `[ORG_ID]` with your Linear organization identifier. Replace `[ORG_ID]` with your Linear organization identifier.