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

Syntax
avg(numberList) #Output: 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
numberList

NUMBER LIST

Any given number list.
Output

This function returns a NUMBER


Use cases and examples