Task Management
Tasks are the fundamental building blocks in RocketFuel. This guide covers everything you need to know about managing tasks.
Creating Tasks
Section titled “Creating Tasks”There are several ways to create a task:
- Click the + New Task button
- Press
Nanywhere in the project - Press
Enterwhile in a task list to add a task below
Task Fields
Section titled “Task Fields”Every task has these default fields:
| Field | Description |
|---|---|
| Title | The task name (required) |
| Description | Rich text description with Markdown support |
| Status | Current state (e.g., To Do, In Progress, Done) |
| Assignee | Team member responsible for the task |
| Due Date | When the task should be completed |
| Priority | Importance level (Low, Medium, High, Urgent) |
| Labels | Tags for categorization |
Task Views
Section titled “Task Views”View your tasks in different layouts:
List View
Section titled “List View”A traditional list with sortable columns. Best for detailed task management.
Board View
Section titled “Board View”Kanban-style board with columns for each status. Best for visualizing workflow.
Calendar View
Section titled “Calendar View”Tasks displayed on a calendar by due date. Best for deadline tracking.
Timeline View
Section titled “Timeline View”Gantt-style timeline with dependencies. Best for project planning.
Subtasks
Section titled “Subtasks”Break large tasks into smaller pieces with subtasks:
- Open a task
- Click Add Subtask
- Enter the subtask title
Subtasks can have their own assignees and due dates, but inherit the parent’s project and labels.
Bulk Actions
Section titled “Bulk Actions”Select multiple tasks to perform bulk actions:
- Change status
- Assign to a team member
- Set due date
- Add labels
- Delete
Select tasks by:
- Clicking checkboxes
- Shift+click for a range
- Cmd/Ctrl+A to select all
Keyboard Shortcuts
Section titled “Keyboard Shortcuts”| Shortcut | Action |
|---|---|
N | New task |
E | Edit selected task |
D | Set due date |
A | Assign |
L | Add label |
Delete | Delete task |
Cmd/Ctrl + Enter | Save and close |