Skip to main content

Task Tracker App

Organize work into projects, track tasks on a kanban board, and collaborate with your team.

note

Apps and Bots are only available on Desktop.

What is Task Tracker?

Task Tracker is a community app for managing projects and tasks. Teams create projects, add tasks, and move them through workflow phases on a kanban board. Each project has its own board with configurable read and write access, so the right people can view or manage work. Tags, priorities, assignees, and comments keep everything organized and everyone on the same page.

How it works

Work in Task Tracker is organized into projects. Each project contains a set of tasks displayed on a kanban board, grouped by workflow phase. Members with write access drag tasks between phases, update details, and leave comments. Members with read access can view the board and follow progress.

Projects

A project is a container for related tasks. Every project has:

  • A title and optional description.
  • A short identifier (1–4 letters) used to label tasks (for example, PROJ-1, PROJ-12).
  • An optional image displayed on the project card.
  • Read and write permission groups that control who can view and who can manage tasks.

The projects list shows each project as a card with a progress bar that visualizes how tasks are distributed across phases.

Task phases

Every task has a phase that represents its position in the workflow. You move tasks between phases by dragging them on the board or by changing the status in the task detail view.

PhaseMeaning
BacklogNot yet planned.
PlannedReady to work on. New tasks start here by default.
In ProgressActively being worked on.
In ReviewWaiting for review or approval.
DoneCompleted.
CancelledAbandoned.

Priority

Each task has a priority level that signals its importance.

PriorityDescription
HighNeeds immediate attention
MidNormal importance
LowCan wait

Tags

Tags are color-coded labels shared across all projects in a community. You can attach multiple tags to a task to categorize it (for example, "Bug", "Feature", or "Design"). Admins and members with write access can create and manage tags from the tags page.

Assignees

A task can be assigned to a user or a role. Assignees appear on the task card and in the task detail sidebar so the team can see who is responsible for each item.

Comments and activity

Every task has an activity section that combines:

  • Comments: Discussion threads where members can post, edit, and delete messages.
  • History: An automatic log of changes such as status updates, priority changes, tag edits, and assignee changes.

Roles and permissions

Task Tracker uses two global permission groups configured by community leaders, plus per-project access controls.

Global roles

RoleDescription
Task Tracker AdminsUsers and roles with full access to all projects and features. Can create, edit, and delete any project or task.
Task Tracker Project CreatorsUsers and roles who can create new projects.

Project-level access

Each project defines two permission groups:

Access levelDescription
WriteUsers and roles who can create, edit, and delete tasks, leave comments, and change project settings. Shown as Manage Tasks on the project card.
ReadUsers and roles who can view the project and its tasks but cannot make changes. Shown as View Only on the project card.

Members who are not in either group cannot see the project.

What admins can do

  • Create, edit, and delete any project
  • Create, edit, and delete any task in any project
  • Manage tags, comments, and assignees across all projects

What project creators can do

  • Create new projects
  • Manage projects they have write access to

What members with write access can do

  • Create, edit, and delete tasks in the project
  • Drag tasks between phases on the board
  • Add and remove tags, change priority, and assign members
  • Post, edit, and delete comments
  • Edit project settings

What members with read access can do

  • View the project board and task details
  • View comments and activity history

Create a project

Project creators and admins can create projects from the projects list.

  1. Select New project.
  2. Enter a Project name.
  3. Review the Project identifier. It is generated automatically from the name but can be edited. The identifier is used to label tasks (for example, PROJ-1).
  4. Optionally upload a Project image.
  5. Switch to the Permissions tab.
  6. Configure Read permissions to control who can view the project. Defaults to everyone.
  7. Configure Write permissions to control who can manage tasks. At least one user or role is required.
  8. Select Create.

Create project fields

FieldRequiredLimitNotes
Project nameYes100 charactersDisplayed on the project card
Project identifierYes4 charactersLetters only. Auto-generated from the name. Used in task IDs.
Project imageNoIcon or logo for the project
Read permissionsNoDefaults to everyone in the community
Write permissionsYesAt least one user or role required

Create a task

Members with write access can add tasks to a project.

  1. Open the project and select New task.
  2. Enter a Name for the task.
  3. Optionally add a Description using the rich text editor.
  4. Set the Status (phase). Defaults to Planned.
  5. Set the Priority. Defaults to Low.
  6. Optionally assign the task to a user or role.
  7. Optionally add one or more Tags.
  8. Select Create.

Create task fields

FieldRequiredLimitNotes
NameYes512 charactersA short summary of the work
DescriptionNo10,000 charactersRich text with formatting support
StatusYesBacklog, Planned, In Progress, In Review, Done, or Cancelled
PriorityYesLow, Mid, or High
AssigneeNoA user or role responsible for the task
TagsNoOne or more color-coded labels

Edit a task

Members with write access can update task details from the task detail page or directly on the board.

From the task detail page:

  1. Open the task from the board.
  2. Edit the title, description, status, priority, assignee, or tags inline. Changes save automatically.

From the board:

  • Drag a task card to a different phase column to change its status.
  • Select the priority icon or status badge on a task card to change it inline.

Create a tag

Members can create tags to categorize tasks across all projects.

  1. Open the Tags page.
  2. Select New tag.
  3. Enter a Name for the tag.
  4. Choose a Color.
  5. Select Create.

Tag fields

FieldRequiredLimitNotes
NameYes80 charactersLetters, numbers, and spaces only
ColorYesHex color. Defaults to green.

Delete a task

Members with write access can delete a task from the task detail page.

  1. Open the task and select the delete icon (trash can).
  2. Confirm the deletion.

Deleting a task removes it along with all its comments and activity history.

Delete a project

Admins and members with write access can delete a project.

  1. Open the project context menu and select Delete Project.
  2. Confirm the deletion.

Deleting a project removes it along with all its tasks, comments, and activity history.

Limits

ItemLimit
Project name length100 characters
Project identifier length4 characters
Task name length512 characters
Task description length10,000 characters
Tag name length80 characters