Feature #7455
openSearch for issues that are behind schedule
0%
Description
Our PM team really likes the new red/green progress bar on the Gantt chart that indicates whether or not an issue is on schedule. They would like the ability to search and sort based on this information as well.
Ideally, it seems that a new calculated field would need to be added to the Issue object using the same calculations that are occurring on the Gantt chart screen. This could be visible on the issue's page as well as a sortable and searchable field ("is on schedule", "is behind schedule", and for bonus points "will slip behind schedule today")
Related issues
Updated by Anonymous almost 14 years ago
Updated by Jean-Baptiste Barth almost 14 years ago
Generic calculated fields (#1712) are far more difficult to implement.
Maybe your request could just consist in specific options in the "Due date" menu filter, no ? It would allow defining custom reports, and access these issues easily. What do you think ?
Updated by Etienne Massip almost 14 years ago
- Category changed from Issues to Issues planning
Updated by Anonymous almost 14 years ago
Yeah, could be implemented as part of the due date filter. That's not necessarily semantically correct, but it would work... basically any way to say "show me everything that is behind schedule"
Updated by Go MAEDA over 4 years ago
- Related to Feature #31881: Add "behind-schedule" CSS class to issues added