Kanban & Issues
Project board, issues, checklists, comments, timeline.
Kanban is niuniu’s built-in project management tool for tracking what needs to be done, where things stand, and who’s responsible.
Create a project
Projects → + New Project → enter a name and optionally attach repositories (you can add them later).
New projects come with four default columns: To Do / In Progress / Review / Done. Customize them under Settings → Columns.
Create an issue
Click + Issue in any column → enter a title and description (Markdown supported).
Each issue can have:
- Checklist: a list of sub-tasks with checkboxes
- Comment: discussion threads
- Timeline: automatically records events such as “created / moved / workspace linked / review submitted”
Drag issues between columns
Drag an issue card to its target column — status changes sync instantly.
Launch a workspace from an issue
Open the issue detail, then click + Workspace in the right sidebar:
- niuniu creates a worktree based on the repositories attached to the issue
- You’re automatically redirected to the workspace detail page
- The workspace and issue are linked bidirectionally — completing the workspace moves the issue to Done
Execution Plan
Group multiple issues across projects into an ordered execution plan, for example:
- Add backend API
- Wire up the frontend UI
- Write documentation
niuniu launches workspaces in order, starting the next one only when the previous one finishes. See the Execution Plans tab for details.