Add workflow column filtering to cards (#2787)

This commit is contained in:
Rob Zolkos
2026-04-14 13:14:14 -04:00
committed by GitHub
parent dd42f0a098
commit bb54b859dc
6 changed files with 42 additions and 1 deletions
+6
View File
@@ -16,6 +16,7 @@ __Query Parameters:__
| `creator_ids[]` | Filter by card creator ID(s) |
| `closer_ids[]` | Filter by user ID(s) who closed the cards |
| `card_ids[]` | Filter to specific card ID(s) |
| `column_ids[]` | Filter by workflow column ID(s) |
| `indexed_by` | Filter by: `all` (default), `closed`, `not_now`, `stalled`, `postponing_soon`, `golden` |
| `sorted_by` | Sort order: `latest` (default), `newest`, `oldest` |
| `assignment_status` | Filter by assignment status: `unassigned` |
@@ -23,6 +24,11 @@ __Query Parameters:__
| `closure` | Filter by closure date: `today`, `yesterday`, `thisweek`, `lastweek`, `thismonth`, `lastmonth`, `thisyear`, `lastyear` |
| `terms[]` | Search terms to filter cards |
Repeated `column_ids[]` values are ORed together. Other filters combine with AND.
Example:
- `column_ids[]=03f...` — cards in a workflow column by ID
__Response:__
```json