Hi.
I need to create a eazyBI report where it should show user statistic in the sprint
- Total SP in the sprint done by user. Including all subtasks assigned to a user (All tasks in the sprint basically)
- Total Number of tasks assigned on user in the sprint. Including all subtasks assigned to a user (All tasks in the sprint basically)
- Total SP in the all subtasks assigned to a user in Stories with label “B”
- Total Number of tasks assigned on user in Stories with label “B”
User |Number of SP |Number of Tasks |Number of 'B' SP |Number of 'B' tasks
User 1 |20 | 10 | 6 | 10
User 2 |18 | 8 | 5 | 9
...
Please advise on this.
Thanks