This function returns the sum of all elements in a given number list.


sum(list) #Output: Number



Parser expressionDescription


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


This example returns:

15


 sum(fieldValue({issue.timeSpent}, subtasks()))


This example returns a number representing the total time spent in minutes in all sub-tasks of current 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



Use cases and examples



Parser function cloudsum()
Map(tick)
Notes






Status
Tech review

Style guide




Short description

Sums up all values in a given number list.

Output

Available since

Label