Skip to content

Tasks List

This is a legacy reference for the old cross-project task queue. The live queue is My Tasks, and /projects/tasks now redirects there.

Tasks list page

  • Legacy route: /projects/tasks now redirects to /projects/my-tasks
  • Typical entry: Old bookmarks and direct legacy links

The old Tasks sidebar item has a + button. Clicking it navigates to /projects/tasks#new-task, which now redirects to My Tasks and opens the Create Task dialog directly.

  • Search tasks by code/title.
  • Filter by status, priority, project, assignee, and tags.
  • Open task detail or a slide-over preview by clicking a row/card (behavior set in governance settings).
  • Open a task in a new browser tab with Ctrl+click / Cmd+click.
  • Select multiple tasks with checkboxes and bulk-edit them.
  • Create a task from anywhere in the module (permission-based).
FilterTypeDescription
SearchFree textMatches task title/code text
StatusMulti-selectbacklog, todo, in-progress, review, done, cancelled
PriorityMulti-selectlow, medium, high, urgent
ProjectProject selectorFilter tasks for one project
AssigneeUser selectorFilter by assigned user
TagsTag inputMatch tagged tasks

The filter bar supports an active-filter summary strip with per-filter clear chips and a clear-all action.

ColumnDefault VisibleSortableDescription
SelectYes (when row selection is enabled)NoCheckbox for multi-select bulk actions
CodeYesYesTask code (monospace, primary color)
TitleYesYesTask title; completed tasks appear with strikethrough. An optional one-line description is shown below the title.
StatusYesYesStatus badge (backlog, todo, in-progress, review, done, cancelled)
PriorityYesYesPriority badge with icon (low, medium, high, urgent)
ProjectYesNoLinked project name
AssigneeYesYesAssigned user display name
Due DateYesYesDue date; overdue dates are highlighted in red
ActionsYesNoEdit context menu (shown for editable tasks)

Default sort is Sort Rank ascending, with last-updated descending as tiebreak.

Click any sortable column header to cycle through three states:

  • First click — Ascending (A→Z, 0→9)
  • Second click — Descending (Z→A, 9→0)
  • Third click — Remove sort (return to default)

Only one column can be sorted at a time.

On desktop, each task row has a checkbox at the left edge. You can:

  1. Check individual rows, or use the header checkbox to select all visible rows.
  2. A selection toolbar appears at the top of the list showing the count of selected tasks.
  3. Click Bulk Edit in the toolbar to open the Bulk Edit Tasks dialog.

On mobile the card layout does not show bulk-selection controls. Use the desktop view for bulk edits.

How a task opens when you click its row depends on a tenant-level setting:

Setting valueBehavior
Slide-over (default)A side panel opens with a task preview without leaving the list
PageNavigates directly to the full Task Detail page

Ctrl+click / Cmd+click always opens the task in a new browser tab regardless of the open-mode setting.

See Project Governance Settings to configure the open mode.

The list uses a Load More pattern:

  • Page size: 25 records per load
  • Load More button appears at the bottom when more records are available
  • Total count displays above the table

On narrow viewports (below the lg breakpoint) the table switches to a card layout. Each card shows:

  • Task code and priority badge
  • Title (up to 2 lines) with strikethrough for completed tasks
  • Status badge
  • Project name, assignee, and due date

Press c anywhere on the legacy Tasks List page to open the Create Task dialog without clicking the button (requires canWriteTasks permission).

Navigating to /projects/tasks#new-task automatically opens the Create Task dialog after redirecting to My Tasks. The old sidebar Tasks + button used this deep-link.

ActionPermissionDescription
Create NewcanWriteTasksOpens the Create Task dialog
ActionPermissionAvailability
EditcanWriteTasksTasks in non-terminal projects only

Tasks are deleted from the Task Detail page, not from this list. To delete a task:

  1. Click the task row to open the Task Detail page (or slide-over).
  2. Navigate to the full detail page and click Delete in the action bar.
  3. A confirmation dialog warns that the action is permanent.
  4. Click Delete to confirm.

Deletion requires canAdminTasks permission and is blocked for tasks that belong to a project in terminal status.

Find tasks assigned to you

  1. Open the Tasks list from the sidebar.
  2. Select your name from the Assignee filter.
  3. Optionally filter by status to narrow results.

Create a task from the list

  1. Open the Tasks list.
  2. Click Create New or press c.
  3. Fill in the required fields (title, project, work item type) and save.

Bulk-change status for several tasks

  1. Open the Tasks list.
  2. Check the rows you want to update.
  3. Click Bulk Edit in the selection toolbar.
  4. Tick Apply next to Status, choose the new status, and click Apply.

Filter by project

  1. Open the Tasks list.
  2. Select a project from the Project selector.
  3. Use the active-filter chip to clear the filter when done.