Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue



Status
Tech review

Status
titletodo

Style guide

Status
titletodo

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


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

Short description

Returns the

Status
subtletrue
titlenumber
Output

Status
subtletrue
titlenumber

Available since

Status
subtletrue
colourBlue
title2.1.32




Panel

Supported list types

Table of Contents
exclude(Supported list types).*
stylecircle
typeflat
separatorpipe


Number list

number of numeric values in l.

UI Text Box
sizemedium
typeinfo

The This function returns the

Status
subtletrue
title


Code Block
languagebash
titleSyntax
linenumberstrue
count(number list l) #Output: Number


UI Expand
titleExamples


: This example returns the number 4

This example returns the number of sub-tasks with field "Due Date" unset.

Parser expressionDescription


Code Block
languagebash
linenumberstrue
append([1, 1, 2, 2])


The function returns a

Status
subtletrue
titlenumber


Code Block
languagebash
linenumberstrue
count(subtasks()) - count(fieldValue({00012}, subtasks())) 


The function returns the

Status
subtletrue
titlenumber



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber




UI Text Box
sizemedium
typeinfo

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


Code Block
languagebash
titleSyntax
linenumberstrue
count(number n, number list l) #Output: Number


UI Expand
titleExamples


: This example returns the number 3

Parser expressionDescription


Code Block
languagebash
linenumberstrue
count(1, [1, 1, 2, 2, 1, 0]


The function returns a

Status
subtletrue
titlenumber



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber



Text list

the number of text values in l.

UI Text Box
sizemedium
typeinfo

The This function returns the

Status
subtletrue
titlenumber


Code Block
languagebash
titleSyntax
linenumberstrue
count(textstring list l) #Output: Number


UI Expand
titleExamples


This example returns the number 4

This example returns the number of components selected among all sub-tasks.

Parser expressionDescription


Code Block
languagebash
linenumberstrue
count(["blue", "red", "blue", "black"])


The function returns the

Status
subtletrue
titlenumber


Code Block
languagebash
linenumberstrue
count(distinct(fieldValue(%{00094}, subtasks())))


The function returns the

Status
subtletrue
titlenumber



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber




the number of times s appears in l.

UI Text Box
sizemedium
typeinfo

The This function returns the

Status
subtletrue
titlenumber


Code Block
languagebash
titleSyntax
linenumberstrue
count(textstring s, textstring list l) #Output: Number


UI Expand
titleExamples


This example returns the number 3

Parser expressionDescription


Code Block
languagebash
linenumberstrue
count("blue", ["blue", "blue", "red", "red", "blue", "green"])


The function returns the

Status
subtletrue
titlenumber



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber



Issue list

number of issues in l.

UI Text Box
sizemedium
typeinfo

The This functions returns the 

Status
subtletrue
title


Code Block
languagebash
titleSyntax
linenumberstrue
count(issue list l) #Output: Number


UI Expand
titleExamples


This example returns the number of non-resolved blocking issues.

Parser expressionDescription


Code Block
languagebash
linenumberstrue
count(filterByResolution(linkedIssues("is blocked by"), ""))


The function returns the

Status
subtletrue
titlenumber



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber