Commit Graph
1 Commits
Author SHA1 Message Date
Bobby Ho db6e5a2a55 feat(codersdk): add Organization field to WorkspaceFilter (#26727)
Add `Organization` as a first-class field to `WorkspaceFilter` so Go SDK
callers can filter workspaces by organization name or UUID without
constructing a raw `FilterQuery` string.

The backend already supports `organization:` as a search parameter via
`searchquery.Workspaces()`. This change surfaces it consistently
alongside the existing `Owner`, `Template`, and `Status` fields.

Closes https://github.com/coder/coder/issues/21545
2026-06-26 09:48:05 -07:00