Feature #32360
openOption to show only open or closed issues in Roadmap
0%
Description
In Roadmap page, it is difficult to find open issues when a version has hundreds of issues.
One good example is Roadmap page of www.redmine.org as of 2019-10-29. The target version 4.1.0 has more than 240 issues in the list, of which 6 are open. It is impossible for me to find open issues at a glance. In addition, the page is very long.
It can be improved if Roadmap page has checkboxes to show/shide open or closed issues in the sidebar.
Files
Updated by Ivan Cenov about 5 years ago
It would be convenient to have these options with following example logic:
(Bug || Feature request || Support request) && (Open || Closed)
Updated by Dominik Ras about 5 years ago
That seems like super specific feature. I think you're misusing the Roadmap tab if you're searching for a list of open items to work on there.
Moreover, with just 1 click you can get a list of open items ("1 open" hyperlink below the green progress bar on your screenshot) from Roadmap if you need that.
If you need better control of the list of issues that you're looking at, there are better places for that than Roadmap:- Issues tab (add a target version folder and hit apply)
- Saved query (pre-save a query and then only click on a link)
- Agile plugin's Version Plannig screen
to name a few - Gantt tab (If you really only need a 'quick glance' at open items go to Gantt tab and scroll to the target version of your choice. Status > Open is default there)
Updated by Bernhard Rohloff about 5 years ago
I would more likely go the other road and would remove the list of issues completely from this view. It's redundant to the versions details page and makes it hard to get a quick overview on the state of all versions. As Dominik wrote, details to open and closed issues are just one click away.
Updated by Go MAEDA about 5 years ago
What I want to do is to see all open issues of all versions on the roadmap page at a glance. The page is really convenient to understand the current state of the project.
I don't think that placing "open" and "closed" checkbox there to filter issues is odd because there are already checkboxes for trackers.
Updated by Bernhard Rohloff about 5 years ago
Go MAEDA wrote:
What I want to do is to see all open issues of all versions on the roadmap page at a glance...
For that I prefer the issues list view a lot more as it is more flexible and informative than the roadmap. I have more columns with the possibility to reorder the lists and see overdue issues at a glance.
The page is really convenient to understand the current state of the project.
I see the roadmap more like a dashboard where I can look after the overall health of my projects. The roadmap should signal to me, in an easy to visualize way, if my intervention is needed on a specific place.
I don't think that placing "open" and "closed" checkbox there to filter issues is odd because there are already checkboxes for trackers.
IMHO, further checkboxes would make the UI more complex and filtering issues shouldn't be in the scope of the roadmap module. We have a module which is superior for that purpose. I would rather prefer to have a link like 'All version issues as sorted list' which I think has a higher benefit for the user.