Description
Automatically detect issue tracker references (e.g., Jira ticket IDs like PROJ-123) in PR titles, branch names, or descriptions, and display them as clickable links in the PR row.
Why
Most teams use PR branches or titles that include a ticket ID. Surfacing a direct link to the ticket saves a round-trip to the issue tracker. GitKraken and CodeStream offer similar integrations.
Approach
- Parse PR title and branch name for common patterns (
PROJ-123, #123, etc.)
- Let users configure their Jira/Linear/etc. base URL in Settings (e.g.,
https://team.atlassian.net)
- Display a small linked badge (e.g.,
PROJ-123) in the PR row
- Start with Jira, expand to Linear, Shortcut, etc. based on demand
Description
Automatically detect issue tracker references (e.g., Jira ticket IDs like
PROJ-123) in PR titles, branch names, or descriptions, and display them as clickable links in the PR row.Why
Most teams use PR branches or titles that include a ticket ID. Surfacing a direct link to the ticket saves a round-trip to the issue tracker. GitKraken and CodeStream offer similar integrations.
Approach
PROJ-123,#123, etc.)https://team.atlassian.net)PROJ-123) in the PR row