---
title: "My Tasks"
slug: workspace/my-tasks
url: https://projectri.com/docs/workspace/my-tasks
section: workspace
audience: workspace
app_route: "/[slug]/[user]/my-tasks"
permissions: [task.view]
mobile: "/my-tasks"
updated: 2026-09-08
source: Projectri documentation
---

# My Tasks

Every task assigned to you — or the whole workspace — as a Kanban board, a table or a timeline, with counts, a due-date strip, saved views and board setup.

![My Tasks](https://projectri.com/docs-shots/workspace-my-tasks.png)

## What it is

My Tasks is the task list for one person, with the workspace's whole list one
toggle away. It opens on work assigned to you, counts it four ways, draws what
is due in the next week, and then shows the tasks themselves as a board, a table
or a timeline.

The filters run on the server, not in the browser, so the counts are true across
the whole workspace rather than across whatever page happened to load.

## How to get there

**Tasks** in the main navigation, which expands into the stages under it.
`Ctrl`/`Cmd` + `2` opens it from anywhere.

The whole screen needs `task.view`. **Add task** and the **Duplicate** row on a
card need `task.create`; **Move to…** needs `task.update`; **Delete** needs
`task.delete`. Each is hidden rather than disabled when you do not hold it.
Board setup — swimlanes and work-in-progress limits — needs
`task.board_config`. There is no plan gate.

## How to use it

### Switch between your work and everyone's

1. The pair of buttons in the header is **Assigned to me** and **All tasks**.
   The screen opens on the first.
2. The line under the title says which it is, so the same four numbers under two
   scopes cannot be mistaken for a wrong count.

### Narrow the list

1. **All projects** filters to one project.
2. The priority strip filters to Urgent, High, Medium or Low.
3. The four cards under the due-date strip — To-do, In Progress, In Review,
   Completed — are also filters. Click one to narrow to it, click it again to
   clear.
4. The header's search box narrows by text; it is debounced, so the list
   settles a moment after you stop typing.
5. **Clear** appears whenever anything is set.

### Choose a view

1. **Kanban** draws one column per active stage, with per-column counts, drag
   between columns, and a **+** on each column header that opens the create
   dialog already set to that stage.
2. **Table** is a flat grid: task, project, assignee, priority, stage, due,
   subtasks.
3. **Timeline** groups by when work is due — Overdue, Due today, Next 7 days,
   Later, No due date.

### Read the due-date strip

1. **Task Calendar** shows an eight-day window with a bar per task due in it,
   laid out so nothing overlaps.
2. The arrows page the window; **Today** returns to now.
3. It queries its own window rather than reading the loaded rows, so a task due
   tomorrow appears whether or not it is on the page below. At most twelve bars
   are drawn and the caption says how many more are in range.

### Save a view

1. Set the scope, project, priority and status you want, then use the saved-view
   strip under the filters.
2. A view remembers those four controls and the layout — never the person, so a
   colleague opening your view sees their own list rather than yours.
3. Visibility is **Only me**, the project team, or the whole workspace. You can
   pin it, and — on a view filtered to a single project — make it the project's
   default.
4. Making a private view a project default shares it with the team; the dialog
   says so before you save.

### Set up the board

1. On the Kanban tab, **Board setup** sits beside the saved views.
2. **Swimlanes** groups the board by assignee, priority, epic, label, client,
   work-item type or a custom field.
3. **Work in progress limits** set a ceiling per column. **Show it in red, let
   the card move** warns; **Refuse the move** blocks it.

### Act on one task

1. Click a card to open the task panel.
2. The **…** menu on a card offers **Open task**, **Move to…**, **Duplicate**
   and **Delete**, subject to the permissions above.

## What it affects

- **The counts are SQL, not the page.** Creating, deleting or re-staging a task
  re-reads them, so the tiles and the four breakdown cards move with the board.
- **A drag writes the task's stage.** Everywhere else that task appears — the
  project board, the panel, the dashboard's sprint ring — follows.
- **Deleting is a soft archive.** The task leaves every list, its comments and
  attachments go with it, and it stops being counted. It is not destroyed in the
  database.
- **Someone else's write corrects your screen.** A colleague creating, moving,
  archiving or dragging a task re-pulls the slice you are reading, without
  blinking the columns into skeletons and without losing your place.
- **A saved view marked as a project default** changes where everyone on that
  project lands, unless they have pinned one of their own.

## On mobile

The My Tasks tab is the same list with the same ordering. Status is a chip strip
rather than a row of tabs, grouping opens in a sheet, and per-row actions are
swipes rather than hover buttons. Ticking a task off writes optimistically, so
the checkbox does not wait on the network.

## Limits and gotchas

- The board loads twenty cards per column and the flat views fifty, with **Load
  more** for the rest. A column's header count is the true total; the cards
  under it are the page.
- A single request will not return more than five hundred tasks, which caps how
  deep a live refresh re-reads.
- Custom stages a workspace has invented get their own columns. A stage an
  administrator has disabled gets no column and is not fetched.
- The timeline and the due-date strip both need a due date. A task without one
  appears only under **No due date**.
- Grouping and the strip work on what is loaded; the header count works on
  everything. They can legitimately disagree.

## Related

- [A single stage](/docs/workspace/my-tasks-stages) — the deeper screen behind each column, with bulk actions.
- [Projects](/docs/workspace/projects) — the same tasks inside the project they belong to.
- [Calendar](/docs/workspace/calendar) — due dates and meetings on one grid.
- [Keyboard shortcuts](/docs/features/keyboard-shortcuts) — the task keys, including creating and editing one.

## Related

- [One task stage](https://projectri.com/docs/workspace/my-tasks-stages.md): Everything sitting in a single stage — Backlog, To-do, In Progress, In Review, Completed or one your workspace invented — with grouping, sorting and bulk edits.
- [Projects](https://projectri.com/docs/workspace/projects.md): The project list and the project itself — its people, milestones and progress, its tasks as a table, board, timeline or roadmap, and its documents, boards and meetings.
- [Calendar](https://projectri.com/docs/workspace/calendar.md): Day, week and month views of your meetings, with task deadlines and the busy time from any calendar you have connected drawn alongside them.
- [Keyboard shortcuts](https://projectri.com/docs/features/keyboard-shortcuts.md): Every keyboard shortcut in the web app, what each one needs to work, and where to find the list inside the product.
