Feature #13099
closedIssue Summary: add statistics about issues without assignee, version or category
0%
Description
Is it possible to add information/statistics in the issue summary about the issues without an Assignee/Version/Category?
Files
Related issues
Updated by Mischa The Evil almost 12 years ago
This was once part of request #1671.
Updated by Daniel Felix almost 12 years ago
This would be definitly nice!
+1 from me.
I'm currently searching for plugins which give a good statistic about project informations. But the most plugins, which are available are broken since their support dropped 1-2 years ago. Redmine should set more interest on this, since a graphic/diagram is in the most cases better than a long tablelisting.
Updated by Jan Niggemann (redmine.org team member) almost 12 years ago
+1 from me, too
Daniel Lopez: http://www.redmine.org/plugins/monitoring-controlling?
Updated by Daniel Felix almost 12 years ago
Jan Niggemann wrote:
Daniel Lopez: http://www.redmine.org/plugins/monitoring-controlling?
Yep, but this seems to be broken. Most of it works pretty well, but the pie-charts seem to lose their function.
But this is more likely a core functionality for a project management software. Such a functionality should be extendable by plugins, but not just defined by those. :-)
Updated by Jan Niggemann (redmine.org team member) almost 12 years ago
Daniel Lopez: Let's continue this per Mail...
Updated by Wim DePreter almost 12 years ago
- File 2013-02-08_09h41_07.png 2013-02-08_09h41_07.png added
- File 2013-02-08_09h49_50.png 2013-02-08_09h49_50.png added
Actually, my demand was only for an extra line in each group (assignee, version, category) on the issue summary page (and drilldown in those groups), f.e.:
Issue summary:
Drilldown category:
Updated by Daniel Felix almost 12 years ago
Jan Niggemann wrote:
Daniel Lopez: Let's continue this per Mail...
This was my issue. The plugin worked well. My theme.js has been broken after a jquery upgrade. :-)
But thanks anyway Jan.
Updated by Takenori TAKAKI over 3 years ago
+1
I think this feature will give a clearer overview of the status of issues.
Updated by Go MAEDA over 3 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA over 3 years ago
Thank you for posting the patch but I found that the string 'none' is hard-coded. I think internationalized label_none
should be used instead of a hard-coded string 'none'.
Updated by Mischa The Evil over 3 years ago
Go MAEDA wrote:
[...] I think internationalized
label_none
should be used instead of a hard-coded string 'none'.
I agree. And besides that, it might be better to place the 'none' line at the top of the list instead of the bottom (like is visible for the category section in the screenshots attached to issue #1671).
Otherwise I think this could be a good improvement of these views.
Updated by Takenori TAKAKI over 3 years ago
- File 13099-v2.patch 13099-v2.patch added
Go MAEDA wrote:
Thank you for posting the patch but I found that the string 'none' is hard-coded. I think internationalized
label_none
should be used instead of a hard-coded string 'none'.
Thanks for pointing this out, Maeda.
I've attached a patch that improves the hard-cord of 'none'.
Updated by Go MAEDA almost 3 years ago
- Target version changed from Candidate for next major release to 5.0.0
Setting the target version to 5.0.0.
Mischa The Evil wrote:
I agree. And besides that, it might be better to place the 'none' line at the top of the list instead of the bottom (like is visible for the category section in the screenshots attached to issue #1671).
Currently, the 'none' line on the version page is placed at the bottom. So, for the sake of UI consistency, I think it is better to place it at the bottom also on the summary page for now.
Updated by Go MAEDA almost 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you.
Updated by Go MAEDA almost 3 years ago
- Subject changed from Issue Summary: add statistics about issues without Assignee, Version or Category to Issue Summary: add statistics about issues without assignee, version or category