Status
Tech review

Style guide




Short description

Returns the highest value in a number list.

Output

Available since




This function returns the highest value in a given number list.


max(list) #Output: Number



Parser expressionDescription


max([1, 2, 5, 4, 3]) 


This example returns

5


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


This example returns the highest remaining estimate (in minutes) among the blocking issues.

To achieve this, the following functions are used:



Parameters used in this function

ParameterInput (data type)Description
list

Any given number list.



This function returns a