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.
Spent time column in issue listing (Feature #460)
Description
It is currently not possible to display the current time spent for an issue in a column of the issue listing.
This feature would be useful since it would allow comparing of time spent and estimated time by displaying both column side by side.
Related issues
related to Feature #459: Add issue filter for spent time | Open | 2011-06-09 | ||
duplicated by Feature #838: Makes spent time column available on the issue list | Open | 2012-01-17 |
History
Updated by Tom Rochette at 2011-06-10 04:59 am
Eric Davis had suggested the following modification on stackoverflow: http://stackoverflow.com/questions/321403/redmine-add-spent-time-field-to-issues-display. Maybe this could get integrated into a new release?
Updated by Eric Davis at 2011-06-10 04:21 pm
Very similar to #459 and my comment there applies too. The difference between the filters and columns is very small.
(I'm happy leaving both feature requests open, since they really are different things)
Updated by Felix Schäfer at 2012-06-21 10:11 pm
There's a pull request adapting the Redmine patch in #838, alas it's missing the tests. If someone ports those too we could include it.