mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
Time Compilation #799
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 @InfraCharm on GitHub (Sep 2, 2025).
Is this a feature for the backend or frontend?
Frontend
What would you like?
I would like to be able to compile all times.
Why is this needed?
I would like to see some sort of filter to compile specific task times (tasks with specific labels, etc;) or total project times. This is useful for billing clients on my time used without having to do all of the extra math for 40+ tasks a week.
Other information
No response
@FireheadJuran commented on GitHub (Oct 9, 2025):
Hi all,
I would like to add some more information about a need of myself.
So please let me add the following:
Is this a feature for the backend or frontend?
Both (frontend + backend)
The frontend is required to visualize, filter, and export time reports, while the backend must handle aggregation, role-based permissions, and API access for integrations.
What would you like?
I would like to have a “Time Report” feature that compiles all logged task times across boards, projects, or labels.
The feature should include:
Why is this needed?
In multi-user environments, managing and billing tracked time becomes inefficient when every task must be calculated manually.
Teams often have 40+ tasks per week per member, and need to summarize effort quickly for:
A built-in reporting view and export would provide real value for project managers and organizations using Planka professionally.
Other information
returning aggregated time data for further processing or integration.
Example use case:
Thanks and best regards,
Firehead