[feature]: Show estimate point totals in list view group headers
@vihar is already working on this.
Since Jun 4, 2026.
- Dominant language
- TypeScript
- Stars
- 59.6k
- Forks
- 5.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 49
Description
Is there an existing issue for this?
- I have searched the existing issues
Summary
Display the sum of estimate points next to each group's work item count in the list view header. This is opt-in via a new "Show estimate totals" toggle in Display Filters → Extra Options (same pattern as "Show sub-work items").
Why should this be worked on?
When using point or time estimates with the list layout grouped by any property (cycle, status, priority, assignee, etc.), there's no way to see the total estimated effort per group at a glance. You have to mentally sum the individual work item estimates, which breaks down quickly with larger groups.
Presenting estimate totals to the user is a standard capability in tools like Jira (shows estimate sums in sprint headers and swimlane headers) and Linear (shows point totals on project views). It's essential for sprint planning, because the team needs to quickly assess whether a sprint/group is over-allocated or under-allocated without opening analytics. If there is a "plane-native" way to do this in a different way, we have not found it yet.
A related feature request #8652 (estimate visibility on epics) was shipped in v2.4.0, demonstrating demand for better estimate visibility. This extends that pattern to a common daily workflow: the list view.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.