The function returns the smallest value in a number list.


min(numberList) #Output: Number



Parser expressionDescription


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


This example returns

1


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


This example returns the smallest remaining estimate (in minutes) among allĀ 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 cloudmin(numbers)
Map(tick)
Notes






Status
Tech review

Style guide




Short description

Returns the smallest value in a number list.

Output

Available since

Label