You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This function calculates the average value of a given number list.

Syntax
avg(list) #Ouput: Number
Examples
Parser expressionDescription
avg([1, 2, 3, 4, 5])

This example returns 

3

 avg(fieldValue({issue.estimate}, linkedIssues("is blocked by")))

This example returns the average remaining time throughout all blocking issues.

To achieve this, the following functions are used:

Additional information

Parameters used in this function

ParameterInput (data type)Description
list

NUMBER LIST

Any given number list.
Output

This function returns a NUMBER