Project

General

Profile

User story #1154

As a scrum master I want to see Sprints tasks count

Added by Redmine Smile almost 8 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Category:
Settings & admin
Target version:
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

To do #1246: Implement project settings changeResolvedEmilio González MontañaActions
#1

Updated by Redmine Smile almost 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">
#2

Updated by Redmine Smile over 7 years ago

Hi Emilio,

Could you have the time to integrate this very small enhancement ?

#3

Updated by Emilio González Montaña over 7 years ago

  • Target version set to Scrum v0.16.0
  • Sprint set to Sprint 31
#4

Updated by Emilio González Montaña over 7 years ago

  • Status changed from In progress to Resolved
#5

Updated by Redmine Smile over 7 years ago

Muchas gracias Emilio

#6

Updated by Emilio González Montaña over 7 years ago

Ennder Smile escribió:

Muchas gracias Emilio

Gracias a tí por la sugerencia! :)

Also available in: Atom PDF