Skip to content

Add native issue search command#143

Open
schpetbot wants to merge 1 commit intomainfrom
schpetbot-pr-5ad30e06
Open

Add native issue search command#143
schpetbot wants to merge 1 commit intomainfrom
schpetbot-pr-5ad30e06

Conversation

@schpetbot
Copy link
Collaborator

Add native issue search command

Implements a first-class linear issue search command that searches
issues by text in title and description. This addresses the biggest
usability gap mentioned in #132 by removing the need to use GraphQL
fallback for text search.

The command:

  • Uses Linear's issueSearch API internally
  • Supports team filtering via --team flag
  • Supports result limiting via --limit flag
  • Displays results in the same table format as issue list
  • Supports automatic paging for long output

Fixes #132

Implements a first-class linear issue search command that searches
issues by text in title and description. This addresses the biggest
usability gap mentioned in #132 by removing the need to use GraphQL
fallback for text search.

The command:
- Uses Linear's issueSearch API internally
- Supports team filtering via --team flag
- Supports result limiting via --limit flag
- Displays results in the same table format as issue list
- Supports automatic paging for long output

Fixes #132
@schpetbot schpetbot force-pushed the schpetbot-pr-5ad30e06 branch from 8c83726 to da31f58 Compare February 14, 2026 04:38
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.

support searching for issues

2 participants