Skip to content

Views

A view is a saved, reusable presentation of tasks from one or more lists. Instead of manually re-applying filters every time, you create a view once and switch to it with one click.

Creating a view

  1. Open any space or list.
  2. Click the Views button in the top bar.
  3. Click + New view.
  4. Give it a name (e.g. "My priorities", "This week", "Unassigned bugs").
  5. Configure the filters, sorting, and grouping.

Once saved, the view appears in the sidebar under its space.

Filters

You can combine any number of filters:

FilterWhat it does
ListShow tasks from specific lists or all lists
Status groupOpen, In Progress, Closed, or specific statuses
AssigneeTasks assigned to a specific member or unassigned
PriorityAny combination of priority levels
Due dateOverdue, today, this week, this month, custom range, or no date
Start dateSame options as due date
TagsHas a specific tag or no tag
Title / descriptionText search within the view
Created dateTasks created in a given time range

All filters are AND-combined — only tasks matching every condition appear.

Sorting

Choose one field to sort by, ascending or descending:

  • Priority (highest first)
  • Due date (earliest first or latest first)
  • Created date
  • Title (alphabetical)
  • Custom order (drag-and-drop)

A secondary _id tiebreaker keeps pagination deterministic.

Grouping

Group tasks by a field:

Group byBehaviour
Status groupGroups into Open / In Progress / Closed columns
PriorityGroups by priority level
Due dateGroups into time buckets (Overdue, Today, Tomorrow, This Week, Next Week, Later)
AssigneeGroups by assigned member (+ Unassigned group)
ListGroups by the originating list

Groups are rendered as columns. All tasks within a group are loaded (no pagination within groups).

View modes

  • List — a flat list of tasks, best for sorting and bulk operations.
  • Board — tasks grouped by status group in columns. Drag a task between columns to change its status group.
  • Calendar — tasks plotted on a calendar by their due date. Drag-and-drop to reschedule.

Switch modes from the view's toolbar. The mode is saved with the view.

Personal vs shared views

TypeWho can see itHow it's created
PersonalOnly youAny new view is personal by default. It's linked to your user account.
SharedEveryone with access to the parent space/listShare it explicitly through the Share dialog. Requires Edit access to the source list.

Personal views have no Share-row — they're owner-only. When you share a view, access is controlled through the same Share system as spaces and lists.

Deleting a view

Open the view, click the view name dropdown, and select Delete view. Deleting a view does not affect the underlying tasks — only the saved presentation is removed.

  • Tasks — what appears inside a view.
  • Sharing — how sharing works for views.
  • Permissions — entity-level access control.