Feature #6605
closedProvide simple way of hiding completed versions from a gantt chart
0%
Description
Following some testing of the new Gantt chart implementation (Feature #6276), it would be really nice to provide a simple mechanism for not showing completed/closed versions on the gantt chart. Currently, if you have a large number of closed version then these show up on the gantt chart as a single line but add little value to the viewer. Further, it is not currently possible to filter them out if you have sub-projects (since the 'target version' filter is not available).
A good option might be to go along the same route as the roadmap view, not displaying closed versions by default and provide a check box to show them if required.
Related issues
Updated by Simo Pylvas about 14 years ago
Can 'status' -filter be used for this? It is already there by default and if only "open" items are shown, then closed version should be hidden as well.
Updated by Garry Fallon about 14 years ago
Simo Pylvas wrote:
Can 'status' -filter be used for this? It is already there by default and if only "open" items are shown, then closed version should be hidden as well.
Not really as AFAIK there is no way to show open Versions and the respective closed tickets. So in the case where you have an open version with closed issues, you wouldn't see them.
Updated by Cyber Sprocket almost 14 years ago
Cyber Sprocket wrote:
+1
We have a project with 25+ completed versions that are closed. We have to scroll down to see our active builds and thus can no longer see the months/weeks in the header. :/
Updated by Etienne Massip almost 14 years ago
Could someone try this patch at #7456 ?
Updated by Holger Just about 1 month ago
- Status changed from New to Closed
- Resolution set to Fixed
Garry Fallon wrote:
Following some testing of the new Gantt chart implementation (Feature #6276), it would be really nice to provide a simple mechanism for not showing completed/closed versions on the gantt chart.
You can use the "Target version's Status" filter to only show issues without an assigned target version or one of the selected version statuses (e.g. open or locked). This filter was added in #23215 and was released in 3.4.0.
Further, it is not currently possible to filter them out if you have sub-projects (since the 'target version' filter is not available).
The target version filters should always be available now.