Tasks Overview

My Tasks is your personal to-do list inside ClientCove. It's a Google-Tasks-inspired interface that brings together manual tasks you type in, tasks auto-created from project cards, tasks pulled out of tickets, tasks built from chat messages, and tasks generated from inbound emails — all filterable, time-trackable, and shareable.

What My Tasks Is

Tasks are a custom post type (task) scoped per user. Every team member has their own My Tasks page; admins, editors, and representatives also see client-attributed tasks across the team for time-tracking purposes.

You reach it from Tasks in the left sidebar (/my-tasks/). The Tasks feature must be enabled for your portal in Settings → Core Features.

Quick Glossary

TermWhat it means
TaskOne unit of work — a checkbox with a title, optional notes, due date, priority, recurrence, client, tags, and time spent
Manual taskCreated by typing in the My Tasks UI
Project taskAuto-created from a project card via the project-task sync
Ticket taskCreated via "Add as Task" on a ticket
Message taskCreated from one or more lines of a chat message bubble
Email taskCreated automatically from an inbound email matching a task route
RecurrenceRepeats the task on a schedule (daily, weekly, biweekly, monthly, quarterly, annual)
Time spentHours logged against a task — used for client time-tracking
TrashDeleted tasks held for a configurable number of days before permanent removal
ArchivedCompleted or stale tasks moved out of the active list (auto after 45 days, or manually)

The My Tasks Page

The page has three regions:

A. Toolbar (top)

  • Page title with a check-square icon
  • Breadcrumb (Home → Tasks)

B. Main task panel (left, ~⅔ width)

  • Filter tabs — All Tasks / To Do / Completed / Today / Archived (managers) / Trash
  • Filters bar — collapsible filter panel + Clear All
  • Share Tasks button — opens the share/export modal for the current filtered list
  • View toggle — List or Calendar
  • Bulk Edit toggle — enables checkboxes for bulk operations
  • Quick Add button — opens a quick-add modal
  • Add Task button — inline new-task input
  • The actual task list (or calendar grid)

C. Sidebar (right, ~⅓ width)

  • Quick stats (Today, Incomplete, Total Hours)
  • Time by Client (managers only)
  • Tag manager + tag filter chips

Filter Tabs

TabShows
All TasksEvery task in your active list
To DoIncomplete tasks only
CompletedTasks marked complete (still active, not yet archived)
TodayIncomplete tasks due today
Archived (managers)Tasks archived manually or auto-archived after 45 days
TrashDeleted tasks awaiting permanent removal

The tab labels include live counts in parentheses.

List vs Calendar Views

A view toggle (right of the filters row) flips between two displays:

List view

  • Vertical list of task rows
  • Drag handle on the left to reorder (drag is enabled in the To Do filter only)
  • Inline checkbox to mark complete
  • Click the title to expand the inline editor (notes, dates, priority, recurrence, client, tags)
  • Click the time-spent area on the right to log hours

Calendar view

  • Week grid: one column per day Mon–Sun, plus a NO DATE column for unscheduled tasks
  • Today's column is highlighted
  • Drag tasks between days to reschedule (drag-and-drop sets a new due date)
  • Click + Add task at the bottom of any column to create a task on that day
  • Week navigation buttons: previous, Today, next

The view toggle is hidden in the Archived and Trash filters.

Anatomy of a Task

Each task carries:

FieldWhat it does
TitleThe task name — required
NotesFree-form text, supports bullet points
CompletedTrue/false checkbox
Due dateOptional date the task is due
PriorityNone / Low / Medium / High / Urgent
RecurrenceNone / Daily / Weekly / Bi-weekly / Monthly / Quarterly / Annual
ClientOptional client assignment — drives time-tracking by client
TagsColor-coded labels — multi-select
Time spentHours logged against the task (decimals OK, e.g. 1.25)
Date completedAuto-populated when you mark the task complete
RelatedLink to the source (ticket / project card / message)
Created frommanual, ticket, project_card, message, or email

The right sidebar always shows:

  • Tasks Due Today — count of incomplete tasks due today
  • Incomplete Tasks — total open tasks
  • Total Hours Logged — sum of time_spent across all your tasks

For admins, editors, and representatives, an additional Time by Client breakdown appears, showing hours logged per client across the team's tasks.

Below the stats: a Tags panel where you can create new tags, click any tag to filter, edit, or delete it.

Where Tasks Come From

Tasks reach My Tasks through five paths:

  1. Manual — typed directly into the inline Add Task input or the Quick Add modal
  2. From a project card — when project-task sync is enabled, assigning yourself to a card creates a task
  3. From a ticket — clicking "Add as Task" on a ticket opens an assignment modal
  4. From a message — clicking the task icon on a chat bubble extracts the message into one or more tasks (one per bullet line)
  5. From an inbound email — emails sent to a configured address create tasks automatically

Each origin is tracked in the task_created_from field so reports can break down where work originated. See Creating Tasks from Projects, Tickets & Messages for the full workflow on each.

Was this page helpful?