Project

General

Profile

Actions

Feature #371

open

Show time tracking in the changelog/roadmap

Added by Damien McKenna over 16 years ago. Updated over 14 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Roadmap
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

In the interests of using Redmine for time tracking, it would be really useful to be able to display the time taken
on each issue on the changelog and/or roadmap page, possibly also with a total given for each version.


Related issues

Related to Redmine - Feature #2587: Improvement of built-in issue reports in roadmap pageClosed2009-01-26

Actions
Related to Redmine - Patch #1671: Show a breakdown of estimated/spent/remaining time for a versionNewMischa The Evil2008-07-21

Actions
Related to Redmine - Patch #3245: Roadmap - show Estimated Time and Spent TimeNew2009-04-27

Actions
Actions #1

Updated by Damien McKenna over 16 years ago

Change app/views/projects/changelog.rhtml line 32:
<li><%= link_to_issue(issue) >: <=h
issue.subject >< if
issue.spent_hours > 0 then > (<= l(:label_f_hour_plural,
issue.spent_hours) %

)<% end %></li>

Actions #2

Updated by Mischa The Evil over 15 years ago

Damien McKenna wrote:

Change app/views/projects/changelog.rhtml line 32:

Wrapped in code-tags, the modified line 22 (Redmine 0.8.0-RC1) looks like:

<li><%= link_to_issue(issue) %>: <%=h issue.subject %><% if issue.spent_hours > 0 %> (<%= l(:label_f_hour_plural, issue.spent_hours) %>)<% end %></li>

Actions #3

Updated by Mischa The Evil over 14 years ago

  • Category set to Roadmap
I've added the following related issues:
  • #1671 (nice but outdated patch which adds detailed timelog info on the roadmap page and which adds some new selectors in the roadmap grouping component)
  • #2587 (feature request for something that was included in the previous mentioned patch #1671)
  • #3245 (a patch which changes the Roadmap view to also show issue's estimated time and spent time, similar to Goyello's Roadmap Upgrade plugin (http://github.com/GOYELLO/Redmine_roadmap_upgrade))
Actions

Also available in: Atom PDF