ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Add issue filter for spent time (Feature #459)
Description
Make it easy to list issues that are done in less than an hour, or issues that are still open and has many time spent.
Related issues
related to Feature #460: Spent time column in issue listing | Open | 2011-06-10 |
History
Updated by Eric Davis at 2011-06-10 04:03 pm
The biggest problem is how the issues list works. Right now it grabs and displays all of the data from the database. Spent time on the other hand is "protected" by a permission, so users without that permission can't see the values. So we'd need to add extra permissions checking to the issues list to support hiding it from non-authorized users.
That's why I have a hack for it but it hasn't been applied. I do agree with you, it would be a great addition.