Skip to content

feat: support comma-separated status values in bd list --status (GH#2846)#2929

Merged
maphew merged 2 commits into
gastownhall:mainfrom
maphew:fix/gh-2846-multi-status-filter
Mar 31, 2026
Merged

feat: support comma-separated status values in bd list --status (GH#2846)#2929
maphew merged 2 commits into
gastownhall:mainfrom
maphew:fix/gh-2846-multi-status-filter

Conversation

@maphew

@maphew maphew commented Mar 31, 2026

Copy link
Copy Markdown
Collaborator

Fixes #2846

Adds support for comma-separated status values in bd list --status, e.g.:

bd list --status open,in_progress

Changes

  • types.go: Added Statuses []Status field to IssueFilter
  • filters.go: Added SQL status IN (?) clause for multi-status filter
  • list.go: Updated --status parsing to split on commas; single values use existing Status pointer, multiple values populate Statuses slice with per-value validation

@maphew maphew merged commit bf4025b into gastownhall:main Mar 31, 2026
31 checks passed
@maphew maphew deleted the fix/gh-2846-multi-status-filter branch March 31, 2026 19:49
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.

bd list: allow filtering out deferred items (show only open + in_progress)

1 participant