The function returns the smallest value in a number list.
Syntax
min(list) #Output: Number
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 3 Next »
min(list) #Output: Number
Parser expression | Description |
---|---|
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
Parameter | Input (data type) | Description |
---|---|---|
list | NUMBER LIST | Any given number list. |
This function returns a NUMBER
Powered by Atlassian Confluence 8.5.18, themed by Refined 7.6.7 and Decadis AG