Feature #3100
closed
Better display of subprojects activiry and tickets.
Added by Adam Kubica over 15 years ago.
Updated almost 15 years ago.
Description
I have one big project and about eight highly depended subprojects.
In this case, current display of issues list is ugly and not clean (title prefixed by name of the subproject).
In my opinion and my co-workers, that list should be displayed as one list (exactly as now) but subproject tickets should be displayed in groups:
At the beginning - list of the main project tickets
... and below - loop (for all subprojects alphabetically):
- label of the subproject (title)
- list of the subproject tickets
Ticket sorting not requires any change
Files
r2566 should solve your problem. You can now add a 'Project' column in the issue list and use it to sortthe list.
This column is added by default to the cross-project issue list.
Revision r2566 isn't good solution at all.
There is not good solution (in result of r2566) when on the issues list we have project column and subject glued with project name (separate project and subject wihout project name is OK).
My proposal (created as switch for view or alternate view for subproject?) is better and more readable especially for planning/reporting or printing issues for the chief or customer.
In my opinion and my co-workers, that list should be displayed as one list (exactly as now) but subproject tickets should be displayed in groups...
Maybe redmine_issues_group will be useful for this - http://www.redmine.org/boards/3/topics/4701
But current plugin version does't work with 0.8.x branch.
Andrew Chaika wrote:
Maybe redmine_issues_group will be useful for this - http://www.redmine.org/boards/3/topics/4701
But current plugin version does't work with 0.8.x branch.
Yes, this is good solution ;-)
I hope the subject is no longer glued with project name (ugly and not usefull because project column is available separately).
Adam Kubica wrote:
I hope the subject is no longer glued with project name (ugly and not usefull because project column is available separately).
This plugin does't remove project name from issue subject, that should be done in redmine core (or some hacks/overridings, that is't the targets of this plugin).
- Status changed from New to Closed
- Resolution set to Fixed
In the current Redmine trunk (which will eventually become
0.9.0):
- issue-subjects aren't glued together anylonger with the project-name (which is now a seperate column)
- grouping-feature as provided by Andrew's plugin is implemented (thus makes it possible to group an issuelist based on the project)
Seems this implemented the initial feature-request of this issue. Therefore I'll close this on now as being fixed.
Mischa The Evil wrote:
In the current Redmine trunk (which will eventually become 0.9.0):
- issue-subjects aren't glued together anylonger with the project-name (which is now a seperate column)
[...]
Seems I spoke too soon after having a better look into the issue. See my patch in #4277 which provides an option for this specific behaviour.
Also available in: Atom
PDF