Status
Tech review

Style guide




Short description

Returns the of numeric, text, or issue values in l.

Output




Supported list types


Number list

The function returns the of numeric values in l.


count(number list l) #Output: Number



Parser expressionDescription


append([1, 1, 2, 2])


The function returns a : 4


count(subtasks()) - count(fieldValue({00012}, subtasks())) 


The function returns the of sub-tasks with field "Due Date" unset.



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.



The function returns a




The function returns the number of times n appears in l.


count(number n, number list l) #Output: Number



Parser expressionDescription


count(1, [1, 1, 2, 2, 1, 0]


The function returns a : 3



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns a



Text list

The function returns the of text values in l.


count(text list l) #Output: Number



Parser expressionDescription


count(["blue", "red", "blue", "black"])


The function returns the 4


count(distinct(fieldValue(%{00094}, subtasks())))


The function returns the of components selected among all sub-tasks.



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.



The function returns a




The function returns the of times s appears in l.


count(text s, text list l) #Output: Number



Parser expressionDescription


count("blue", ["blue", "blue", "red", "red", "blue", "green"])


The function returns the 3



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns a



Issue list

The functions returns theĀ  of issues in l.


count(issue list l) #Output: Number



Parser expressionDescription


count(filterByResolution(linkedIssues("is blocked by"), ""))


The function returns the of non-resolved blocking issues.



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.



The function returns a