Skip to content

Add --all-teams flag to issue list command#141

Open
schpetbot wants to merge 1 commit intomainfrom
schpetbot-pr-e9e8d420
Open

Add --all-teams flag to issue list command#141
schpetbot wants to merge 1 commit intomainfrom
schpetbot-pr-e9e8d420

Conversation

@schpetbot
Copy link
Collaborator

Add --all-teams flag to issue list command

Implements GitHub issue #140 by adding an --all-teams flag to the
'linear issue list' command that allows querying issues across all
teams in the workspace without needing to know team keys in advance.

The flag:

  • Fetches all teams in the workspace using the existing getAllTeams() function
  • Iterates through each team to collect issues
  • Combines and sorts results according to the specified sort order
  • Validates that --all-teams cannot be used with --team
  • Is consistent with existing --all-states and --all-assignees flags

This is especially useful for AI agents and automation that need a
complete view of the workspace backlog.

@schpetbot schpetbot force-pushed the schpetbot-pr-e9e8d420 branch from 666cb3e to 7028e1f Compare February 13, 2026 06:17
@schpetbot schpetbot force-pushed the schpetbot-pr-e9e8d420 branch from 7028e1f to 1051475 Compare February 13, 2026 07:02
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