# Kanban Boards Kanban boards provide a visual way to manage work through customizable columns. ## Overview Each workspace has a board view showing work items organized by status. Drag cards between columns to update their status. ## Columns Columns represent statuses in your workflow. By default, you'll see: - **To Do** - Work that hasn't started - **In Progress** - Work being actively done - **Done** - Completed work Customize columns in [Workflow Settings](/docs/admin-guide/workflows). ## Cards Each card represents a work item. Cards display: - Title - Item ID (e.g., PROJ-123) - Priority indicator - Assignee avatar - Due date (if set) Click a card to open the detail view. ## Drag and Drop - **Move between columns**: Drag a card to a different column to change its status - **Reorder within column**: Drag cards up or down to change priority - **Bulk selection**: Hold Shift and click multiple cards, then drag to move together ## WIP Limits Work-in-progress (WIP) limits help prevent overloading team members. When a column reaches its limit, it's highlighted. Configure WIP limits in [Board Settings](/docs/admin-guide/boards). ## Filtering Use the filter bar to show only specific cards: - **Assignee**: Show cards assigned to specific people - **Priority**: Filter by priority level - **Labels**: Filter by labels - **Due date**: Show overdue or upcoming items ## Keyboard Shortcuts | Key | Action | |-----|--------| | `C` | Create new card | | `/` | Open filter | | `Esc` | Close dialogs |