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

Compare with Current View Page History

« Previous Version 5 Next »


The function returns the smallest value of a number list.
Syntax
min(list) #Output: Number
Examples
Parser expressionDescription
min([1, 2, 5, 4, 3]) 

This example returns the number 1

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

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

Additional information

Parameters used in this function

ParameterInput (data type)Description
list

NUMBER LIST

Any given number list.
Output

This function returns a NUMBER