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

Compare with Current View Page History

« Previous Version 2 Next »


The function returns a NUMBER representing the sum of elements in l.
Syntax
sum(number list l) #Output: Number
Examples
Parser expressionDescription
 sum([1, 2, 3, 4, 5])

The function returns the NUMBER : 15

 sum(fieldValue({00025}, subtasks()))

The function returns a NUMBER representing the total time spent in minutes in all sub-tasks of current issues.

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a NUMBER