Skip to main content

Task Analytics

Route: /org/analytics/tasks · Permission: View Task Analytics Module: org_task_analytics · Menu: Menu Listing of Task Analytics


1. What Task Analytics is​

The project's task data as counts, distributions and trends — a KPI row, a set of donuts, workload and velocity charts, and progress by category, phase and type.

Almost every chart is clickable: selecting a segment opens a drill-down listing the tasks behind it. That is what separates this screen from a static dashboard.

Task AnalyticsTask board
ShowsCounts and trendsIndividual tasks
PeriodOne month at a timeAll time
EditableNoYes
Drill-downChart → task list—
This screen is a month at a time

It has previous and next month controls, not a free date range. Comparing quarters means stepping month by month.


2. What feeds each number​

Completion is measured by status category, not by name

A status called Closed that sits in the In Progress category never counts as complete. Completion Rate, throughput and burn-down all read the category.

If completion looks impossibly low, check the status categories before anything else.


3. Reading the dashboard — step by step​

Figure 1 — The KPI row and month navigation.

Step 1 · The KPI row​

CardCounts
Total TasksIn the period
Completion RatePercentage in a Done status
OverduePast their due date and not done
Due TodayDue today

Step 2 · Distribution and workload​

Figure 2 — Team Workload, Priority Breakdown and the three donuts.
ChartShows
Team WorkloadTasks per assignee
Priority BreakdownShare by priority
AssignmentAssigned against unassigned
Status DistributionShare by status
Type BreakdownShare by task type

Step 3 · Time and dispersion​

ChartShows
Task Due Date DispersionDue dates as bubbles — "Bubble Size: Volume of Tasks"
Milestone VelocityProgress per milestone
Monthly Performance TrendCompletion over months
Weekly ThroughputTasks completed per week
Monthly ThroughputTasks completed per month
Phase Burn DownRemaining work per phase

Step 4 · Progress sections​

SectionShowsEmpty state
Categories ProgressA card per category with Overall ProgressNo category data available
Active PhasesMilestones in progressNo active phases
Progress by Issue TypeCompletion per type—

Step 5 · Drill down​

Clicking a throughput bar opens a drill-down titled "Tasks Completed in <period>", filtered to the statuses done, completed and cancelled.

The drill-down filters by hard-coded status ids

While the KPI cards use the status category, the throughput drill-down asks for the ids done, completed and cancelled.

On a project with custom status ids the chart can show a bar and the drill-down come back empty. The chart is right; the drill-down cannot find them.


4. Field reference​

ControlBehaviour
Previous Month / Next MonthSteps the period
Full screenExpands the dashboard
Chart clickOpens the drill-down

Where the categories come from​

The chart categories are the project's own task categories, priorities, types and statuses — so two projects' dashboards are not directly comparable unless they share a configuration.


5. The admin contract​

PrerequisiteWithout it
View Task AnalyticsNo access
Menu Listing of Task AnalyticsNo sidebar entry
A selected projectNothing to report on
Statuses with correct categoriesCompletion metrics are wrong
Due datesOverdue and Due Today read zero
MilestonesNo velocity, no phases, no burn-down
CategoriesNo category data available

6. Downstream​

Read-only. Drill-downs navigate to tasks; nothing is written.


7. Don't confuse this with…​

ScreenRouteShows
Task Analytics (this page)/org/analytics/tasksTask counts and trends
Timesheet Analytics/org/analytics/timesheetsHours, not tasks
Resource Billing Analytics/org/analytics/resource/billingMoney
Task TimelinesTimelinesSchedule health
Progress on a taskList viewEffort consumed, not completion

8. Troubleshooting​

SymptomCause
Completion Rate near zeroFinished statuses are not in the Done category
A drill-down is empty though the chart shows dataIt filters by hard-coded status ids
No category data availableThe project has no task categories
No active phasesNo milestones, or none in progress
Overdue is zeroTasks have no due dates
Numbers differ from the boardThis screen is scoped to one month
Two projects are not comparableEach defines its own statuses, types and categories