User story #1154
As a scrum master I want to see Sprints tasks count
Blocked:
No
Alone:
Milestones:
Sprint:
Description
Very simple to implement.
It can help because some Tasks can be under a PBI that does not belong to the same Sprint (If PBI changed of Sprint, but not the sub-tasks)
Subtasks
Updated by Redmine Smile over 8 years ago
Here are the code changes needed in projects/settings/_sprints.html.erb :
<th><%= l(:label_pbi_plural) %></th> <th><%= l(:label_task_plural) %></th> <th style="width:15%"></th> </tr>
<td align="center"><%= sprint.pbis.count %></td> <td align="center"><%= sprint.tasks.count %></td> <td class="buttons">
Updated by Redmine Smile about 8 years ago
Hi Emilio,
Could you have the time to integrate this very small enhancement ?
Updated by Emilio González Montaña about 8 years ago
- Target version set to Scrum v0.16.0
- Sprint set to Sprint 31
Updated by Emilio González Montaña about 8 years ago
Ennder Smile escribió:
Muchas gracias Emilio
Gracias a tí por la sugerencia! :)