mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Add Story Points for Task Estimation #667
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @esamueljsx on GitHub (Mar 16, 2025).
Is this a feature for the backend or frontend?
Frontend
What would you like?
It would be beneficial to introduce a Story Points feature to help teams estimate the effort required for tasks. Many agile teams rely on story points to measure complexity rather than time, making planning and sprint management more effective.
Why is this needed?
Currently, the software lacks a built-in mechanism for assigning effort estimates to tasks. Teams using agile methodologies often rely on external tools or workarounds (e.g., labels, custom fields) to indicate story points, which is inefficient and inconsistent.
Other information
Proposed Solution:
Introduce a Story Points field that can be enabled per board. The feature should allow users to:
Additional Features (Optional but Useful):
Benefits:
Possible Implementation Approach:
Priority Level:
Medium-High: Many agile teams require this feature for better planning and estimation.
@valcriss commented on GitHub (Jul 4, 2025):
Indeed, it's a very good idea. So far, we've been using custom fields to display the "story points" on individual tickets, but that doesn't fully meet our needs.
Would it be possible to also display the total number of story points in a column, next to the column's title?
This would help us better prepare sprints, understand the current workload in each column, and ultimately know the total number of completed points.