| Total tasks | {{ reports.releaseEfficiency.data.totalTasks }} |
| Total automated tasks | {{ reports.releaseEfficiency.data.totalAutomatedTasks }} |
| Total manual tasks | {{ reports.releaseEfficiency.data.totalManualTasks }} |
| Total time spent | {{ reports.releaseEfficiency.data.totalTimeSpent | duration }} |
| Total time spent in automated tasks | {{ reports.releaseEfficiency.data.totalAutomatedTimeSpent | duration }} |
| Total time spent in manual tasks | {{ reports.releaseEfficiency.data.totalManualTimeSpent | duration }} |
| Release | Duration |
|---|---|
| {{ release.title }} | {{ release.duration | duration }} |
| Phase | Release | Duration |
|---|---|---|
| {{ phase.title }} | {{ phase.release }} | {{ phase.duration | duration }} |
| Task | Release | Duration | Owner (Team) |
|---|---|---|---|
| {{ task.title }} | {{ task.release }} | {{ task.duration | duration }} | ({{ task.team }}) |
| Person | Time spent | Tasks handled |
|---|---|---|
| {{ userParticipation.timeSpent | duration }} | {{ userParticipation.tasksHandled }} |