Redmine Report Plugin
Added by Peter Gácsfalvi 6 days ago
Hello everyone,
I would like to create a simple report in Redmine based on the attached example.
The idea is very straightforward: for a given time interval (e.g. one month), I want to see how many issues I have created per tracker.
I do not need any complex calculations or charts, just a plain table with counts.
For example, let’s say I have three trackers (all tickets):
Bugs → 25 issues created
Requests → 12 issues created
Others → 8 issues created
In this case, for the selected time interval (say, September 2025), I just want to see these numbers in a table (example):
Tracker Created Issues
Bugs 12
Requests 3
Others 4
I have already checked some plugins:
Some report plugins are not compatible with Redmine 6.x (they break on installation or require patching).
Others (like RedmineUP Reporter) are paid only and not freely available.
My question:
Is there any free and working plugin for Redmine 6.x that can provide such simple tracker-based counts per time interval (month/week)?
Thanks in advance for any tips or recommendations!
Replies (2)
RE: Redmine Report Plugin
-
Added by Holger Just 4 days ago
For an overall summary in a project, you can already use Redmine's summary reports which you can access from the Summary link on a project's Overview page. Here, you can drill-down to various metrics, including by tracker. For the Redmine project itself, this is available here for example: https://www.redmine.org/projects/redmine/issues/report/tracker
Unfortunately, this report currently does not allow to restrict the report by time at the moment. However, it is likely not that easy to actually come up with a simple useful metric how this could even be meaningfully restricted by a time frame. Are you excluding issues created outside the selected create? Or issues closed outside the range? How are you counting the issue status?
In any case, in addition to Redmine's builtin reports, you may also be able to leverage the agile charts which are shipped in RedmineUP's Agile plugin.
RE: Redmine Report Plugin
-
Added by Peter Gácsfalvi 3 days ago
Thank you very much for your answer and your help.
What I actually need is a formula (a report, not necessarily a chart) that I can query per project to see how many open/closed/total issues there are in the project’s trackers within a given time interval.
The chart you sent shows data for all issues overall, but I would need a filterable version of that. For example, if I have 100 issues in one tracker, I’d like to know how many of those were created last month (in numbers), without having to open each tracker and manually query all issues by date range.
I’d also need this because I want to export the results easily, instead of doing it manually in a spreadsheet (copying the totals into columns/rows).
Could you please recommend a (preferably free) plugin or solution that can generate such filtered and exportable reports?
If there’s no free option available, does the RedmineUP Agile plugin you mentioned provide this kind of functionality in its paid version?