Bitrix API

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
float

calculateStoryPointsStats()

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.

Return values
float

        
On this page

Search results