Skip to content

feat: add --project filter to issue list command#94

Merged
schpet merged 1 commit into
schpet:mainfrom
paymog:feat/issue-list-project-filter
Jan 15, 2026
Merged

feat: add --project filter to issue list command#94
schpet merged 1 commit into
schpet:mainfrom
paymog:feat/issue-list-project-filter

Conversation

@paymog

@paymog paymog commented Jan 15, 2026

Copy link
Copy Markdown
Contributor

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

paymog commented Jan 15, 2026

Copy link
Copy Markdown
Contributor Author

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

schpet commented Jan 15, 2026

Copy link
Copy Markdown
Owner

@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