My Tasks
Route: /org/my-tasks · Permission: View Tasks
1. What My Tasks is
Your work across every project, with a left rail summarising what is due and letting a manager step into a direct report's view.
It is the answer to the two questions /org/tasks cannot answer: what do I have to do today —
across projects — and what does my team have on.
| My Tasks (this page) | Task Management | |
|---|---|---|
| Scope | All projects | One project |
| Whose tasks | Yours, or a report's | Everyone's |
| Works on mobile | Yes | No — desktop only |
| Views | List · Kanban · Calendar | Plus Table |
| Pagination | No | 50 per page |
| Bulk actions | No | Yes |
/org/tasks renders a desktop-only fallback on a mobile viewport. My Tasks has a mobile layout with
a slide-out menu.
2. How My Tasks relates to the rest
3. Using the screen — step by step
Step 1 · Read the summary cards
Four cards, each a filter as well as a count:
| Card | Counts |
|---|---|
| Due Today | Tasks due today |
| Overdue | Tasks past their due date |
| Due Tomorrow | Tasks due tomorrow |
| Next 7 Days | Tasks due within a week |
Clicking one filters the board to it, and the subtitle changes to Showing tasks: <filter>.
Step 2 · Check the effort strip
Beneath the cards: Logged Today, and a week strip with one cell per day tooltipped
<Weekday, MMM dd>: <n>h. Today is highlighted.
Step 3 · Check upcoming leave
Upcoming Leaves lists the next couple of approved absences for whoever is being viewed.
Step 4 · Switch to a direct report
The rail lists your direct reports. Selecting one switches the whole screen to their work — the heading changes from My Work to Team Member Tasks with a Viewing as Member chip, and the summary, effort strip and leave all follow.
Empty: No direct reports found.
You see their tasks and their summary. What you can change is still governed by your own permissions — this is not a login-as feature.
Step 5 · Filter and group
| Control | Values |
|---|---|
| Search | Free text |
| Group by | No Grouping · Priority · Task Type · Category · Phase / Milestone |
| Status | Multi-select |
| Priority | Multi-select |
| Type | Multi-select |
| View | List · Kanban · Calendar |
| Full screen | Toggle |
Active filters appear as removable chips.
Assignee is missing — every task is already yours. Tag is missing too, which is a genuine gap if you rely on tags.
4. Field reference
Where the configuration comes from
Statuses, priorities and types are drawn from one project's configuration — the effective project for the current view. Because the board spans every project, and each project defines its own vocabulary, the filter lists are those of that one project.
A task from a project whose statuses differ can be on the board while its status is not in the status filter. Filtering by status can therefore appear to lose tasks that are simply unmatchable.
This is the direct consequence of per-project task configuration. There is no organization-wide status list to fall back on.
What is missing compared with the project board
| Missing | Where to go |
|---|---|
| Table view | /org/tasks?view=table |
| Bulk actions and selection | List view on the project board |
| Category rail | The project board |
| Milestone tabs | The project board |
| Billing filter | The project board |
| Jira sync | The project board |
| Pagination | Not paginated here |
5. The admin contract
| Prerequisite | Without it |
|---|---|
| View Tasks | No access |
| Reporting lines configured | The rail shows No direct reports found. |
| Leave records | No upcoming leave section |
| Time logs | The effort strip reads zero |
6. Downstream
Everything editable here is an ordinary task edit — same permissions, same activity log, same notifications, same workflow rules on a status change.
7. Don't confuse this with…
| Screen | Route | Scope |
|---|---|---|
| My Tasks (this page) | /org/my-tasks | My work, all projects |
| Task Management | /org/tasks | One project, everyone |
| My Tasks Only toggle | The project board's filter bar | A filter on one project's board |
| My Timesheets | /org/my-timesheets | My hours, not my tasks |
| Timesheet Approvals | /org/timesheets-approval | My team's hours |
8. Troubleshooting
| Symptom | Cause |
|---|---|
| No direct reports listed | Reporting lines are not configured |
| A status is missing from the filter | The filter lists come from one project's configuration |
| Group by has no Assignee option | By design — every task is yours |
| No Tag grouping | Not offered on this screen |
| No table view | Only on the project board |
| Cannot select several tasks | No selection or bulk actions here |
| Counts disagree with the project board | This screen spans all projects; that one does not |
Related
- Task Management — the project board
- My Timesheets — where the logged hours go