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


max(numberList) #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
numberList

Any given number list.



This function returns a



Use cases and examples



Parser function cloudmax(numbers)
Map(tick)
Notes






Status
Tech review

Style guide




Short description

Returns the highest value in a number list.

Output

Available since

Label