fix(linear): wire up lookupProject to loadProjectConfigByLinearTeamId#1103
Merged
fix(linear): wire up lookupProject to loadProjectConfigByLinearTeamId#1103
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
nhopeatall
approved these changes
Apr 14, 2026
Collaborator
nhopeatall
left a comment
There was a problem hiding this comment.
LGTM — Clean one-line fix that wires up lookupProject() to the existing loadProjectConfigByLinearTeamId(), following the exact same pattern as JiraIntegration.lookupProject() and TrelloIntegration.lookupProject(). The ?? null coercion from undefined to null correctly satisfies the PMIntegration interface return type. Tests cover both match and no-match paths. All CI checks pass.
🕵️ claude-code · claude-opus-4-6 · run details
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
LinearIntegration.lookupProject()always returnednull, breaking webhook processing for all Linear projectsloadProjectConfigByLinearTeamId()fromsrc/config/provider.ts— a one-line fix following the same pattern asJiraIntegration.lookupProject()tests/unit/pm/linear/integration.test.tswith tests covering the fixed behavior (match found and no match)Trello card: https://trello.com/c/69deb052969af929d6fbb63f
Test plan
lookupProjectreturns correct project+config when called with a valid Linear teamIdlookupProjectreturns null when no project matches the given teamId🤖 Generated with Claude Code
🕵️ claude-code · claude-sonnet-4-6 · run details