For the complete documentation index, see llms.txt. This page is also available as Markdown.

Task Views and Organization

Build Save Views to track tasks by owner, status, and timeline.

Overview

Task views keep execution tracking readable at scale. Save Views prevent repeated filter rebuilds.

Screenshot placeholder: Tasks area showing List/Board/Gantt options and a “Save View” control.

Key Concepts

  • View type: List, Board, or Gantt

  • Filter: rule that narrows the dataset

  • Grouping: bucket rows by a field such as Status or Owner

  • Save View: stored view configuration for repeatable reviews

How It’s Used

Use Save Views for daily triage and weekly delivery reviews. Use separate views for execution, leadership reporting, and readiness.

Benefits

  • Faster standups and execution reviews

  • Cleaner reporting through stable filters and columns

  • Reduced confusion from inconsistent ad hoc views

Setup Steps

Common view patterns

Use these patterns as starting points:

  • Current teammate tasks: Assignee = Current Teammate

  • By status: group by Status

  • Overdue: Due date before today and Status not Complete

  • This week: Due date within 7 days

  • By workstream: group by Process or System (when configured)

Create a Save View

1

Open Tasks

  1. Open a Project.

  2. Go to Tasks.

  3. Pick a view type (List, Board, Gantt).

2

Configure the view

Typical controls include:

  • Filters (which tasks appear)

  • Sort (how tasks order)

  • Group (how tasks bucket)

  • Columns/fields (what you see)

Screenshot placeholder: filter panel and grouping controls.

3

Save and share

  1. Click Save View (or Save as).

  2. Name it using a clear pattern.

    • For example: Tasks — This week (Assignee = Current Teammate)

  3. Share the Save View with the team (if supported).

Best Practices

  • Use short, scannable view names.

  • Prefer 3–6 filters max.

  • Keep one owner field.

  • Avoid “multiple owners” in one task.

  • Hide low-signal columns. Add them only when needed.

Troubleshooting

Task is missing from a view

Check:

  • Filters (Assignee, Status, Process/System)

  • Date ranges (Due date set, time zone differences)

  • Archived items (when archive is enabled)

Quick fix: clear filters, then re-add filters one by one.

Save View cannot be created or shared

Possible causes:

  • Missing edit permission for views.

  • The Project is read-only.

Ask a Project Admin to update access level.

Summary

Task views provide repeatable execution tracking.

Save Views reduce filter rebuild and improve consistency.

Related:

Last updated