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

Compare with Current View Page History

« Previous Version 3 Next »


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

This example returns the number 15

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

This example 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
xxx

DATA TYPE

Parameter description.
Output

This function returns a NUMBER