StoryPoints
Table of Contents
Methods
- calculateAverageNumberCompletedStoryPoints() : float
- The method calculates the average number of completed story points.
- calculateStoryPointsStats() : array<string|int, mixed>
- The method calculates the average, maximum, minimum number of story points.
- calculateSumStoryPoints() : float
- The method calculates the sum of story points.
Methods
calculateAverageNumberCompletedStoryPoints()
The method calculates the average number of completed story points.
public
calculateAverageNumberCompletedStoryPoints(int $groupId) : float
Parameters
- $groupId : int
-
Group id.
Return values
floatcalculateStoryPointsStats()
The method calculates the average, maximum, minimum number of story points.
public
calculateStoryPointsStats(int $groupId, array<string|int, mixed> $sprints) : array<string|int, mixed>
Parameters
- $groupId : int
-
Group id.
- $sprints : array<string|int, mixed>
Return values
array<string|int, mixed>calculateSumStoryPoints()
The method calculates the sum of story points.
public
calculateSumStoryPoints(array<string|int, mixed> $listStoryPoints) : float
Parameters
- $listStoryPoints : array<string|int, mixed>
-
List story points.