My Tasks
Track all tasks with list and columns views, grouping, filters, and drag-and-drop status updates
My Tasks is the all-tasks surface for execution tracking. You can switch between list and columns views and work across all task stages: Backlog, Next Week, New, Shaping, Todo, In Progress, In Review, Done, Cancelled.
In columns view, drag cards between columns to update status.
Ship login flow to staging
Write unit tests for auth middleware
Session persistence layer
Password reset flow
API migration progress
JWT validation logic
Role-based access helpers
Cache invalidation
Profile API tests
Standup action items
API rate limit config
Resolver stubs
DataLoader setup
OpenAPI spec update
Example requests
Queue worker setup
Retry logic
Dead letter handling
PR merge status
Log level config
Monday AM checklist
Implement user authentication flow
OAuth provider integration
Auth middleware tests
GraphQL schema draft
N+1 query fix
API README sections
Batch processing refactor
PR #247 comments
Week summary notes
Friday wrap-up sync
Sprint report draft
Calendar block setup
Database migration script
User preferences API
Refactor database queries for performance
Review PR #247
Add error boundaries to dashboard
Chart component props
Loading state UX
Sprint velocity check
Fallback UI component
Crash reporting hook
Responsive breakpoints
Mobile nav drawer
Design review prep
Debounce hook
Search results list
Staging verification
PR #248 approval
Tech debt list
Week wins recap
Env var cleanup
Changelog update
Theme toggle component
Task migration
Table pagination
Sort and filter UX
Dashboard accessibility audit
Legacy endpoint cleanup
Fix memory leak in data processing
Heap snapshot analysis
Blockers escalation
PR #249 feedback
Sprint completion check
Monday priorities
Hotfix deployment
Release notes
Reproduce prod bug BUG-130
Stability improvements
Automated review rules
Deployment status update
PR review queue
Cross-team dependency
Deploy pipeline status
Deploy secrets rotation
E2E test config
Next week prep
Weekend on-call handoff
Routine sync
Review checklist template
PR #252 merge
Set up CI/CD pipeline
TS generics deep dive
Views and grouping
In columns view, columns represent task status by default. You can change grouping to organise the same tasks differently:
- Status (default) — One set of columns for all tasks.
- Project — One column per project (plus "No project").
- Category — One column per category.
- Container — One column per container.
When grouped by project or container, dragging a card between columns reassigns the task. When grouped by status, dragging updates the task's status — which also affects what appears in Calendar sidebars and blocks.
Filters and search
Use filters (project, container, and more) and search to narrow the dataset. Filters can be sticky per session; clear them when you want the full set back.
Typical uses
- Move work forward — Move tasks from Todo to In Progress to Done as you complete work.
- Review by project — Group by project to see progress per area and spot stuck items.
- Tidy up — Filter by container or project, then reassign or close stray tasks.
After updating status in My Tasks, the Calendar and My Inbox reflect the changes automatically.
Related pages
All rights reserved.