Skip to content

Conversation

@paymog
Copy link
Contributor

@paymog paymog commented Jan 15, 2026

Summary

  • Adds --project <project> option to linear issue list command
  • Filters issues by project name
  • Uses interactive fuzzy search fallback if exact match not found (same pattern as issue create)

Usage

linear issue list --project "My Project"

Test plan

  • Snapshot test updated for help text
  • Lint passes
  • Manual testing with real Linear workspace

🤖 Generated with Claude Code

Adds the ability to filter issues by project name when listing issues.
If the project name does not match exactly, it fuzzy-searches and prompts
the user to select from matching projects.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@paymog
Copy link
Contributor Author

paymog commented Jan 15, 2026

The failing tests (Milestone View Command) are pre-existing failures on main - not related to this PR. I verified locally that these same tests fail on the main branch.

@schpet schpet merged commit 3ceb8bd into schpet:main Jan 15, 2026
6 of 7 checks passed
@schpet
Copy link
Owner

schpet commented Jan 15, 2026

@paymog tahnks! yeah i hope to fix up the test suite. i'll cut a release with this stuff in the next week or so i hope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants