Boards and Sections
Boards, sections, views (Kanban, Calendar, Timeline), filters, sorting, and saved views.
Hypertask organizes work through boards — visual workspaces containing customizable columns called sections.
Sections
Default sections: "Todo," "Doing," and "Done." Common configurations:
- Simple: Todo, Doing, Done
- Development: Backlog, Todo, In Progress, Review, Done
- Content: Ideas, Drafting, Editing, Published
- Support: New, Triaging, In Progress, Waiting, Resolved
Each section has a name, visibility toggle, and rank for ordering.
Task Movement
Tasks transition between sections via
- Drag-and-drop in the web interface
- MCP tools using hypertask_section(taskId, sectionId)
- API calls for cross-board transfers
Views
Board View: Traditional Kanban layout with task cards organized by section columns.
Calendar View: Displays tasks based on due dates.
Timeline/Schedule View: Gantt-style horizontal representation showing task durations and dependencies.
Saved Views
Preserve filter and sort configurations as reusable views.
Filter by: Section, Priority, Assignee, Due date, Labels, Status, Creator
Sort by: Manual, Priority, Due Date, Size, Created At, Updated At
Subtask Display: None (hidden), Parent (grouped), Flattened (individual cards), or Card (nested display)