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
Short descriptionReturns the Statussubtletruetitlenumber of numeric/ text/ issue values in l.Output Statussubtletruetitlenumber Panel

Supported list types

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


Number list

of numeric values in lnumber of elements in a number list.

UI Text Box
sizemedium
typeinfo

The This function returns the

Status
subtletrue
titlenumber


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


UI Expand
titleExamples


: 4

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

To achieve this, the following functions are used:

Parser expressionDescription


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


This example returns

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>numberList

Status
subtletrue
titledata typenumber list

Any given number listParameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber




UI Text Box
sizemedium
typeinfo

The function returns the number of times n appears in lThis variant counts how often a given number appears in a number list.


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


UI Expand
titleExamples


: 3

Parser expressionDescription


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


This example returns 

The function returns a

Status
subtletrue
titlenumber



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>number

Status
subtletrue
titledata typenumber

Any given numberParameter description.
<parameter>numberList

Status
subtletrue
title

data type
number list

Any given number listParameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber



Text list

of text values in lthe number of elements in a text list.

UI Text Box
sizemedium
typeinfo

The This function returns the

Status
subtletrue
titlenumber


Code Block
languagebash
titleSyntax
linenumberstrue
count(text list ltextList) #Output: Number


UI Expand
titleExamples


4

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

To achieve this, the following functions are used:

Parser expressionDescription


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


This example returns

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>textList

Status
subtletrue
titledata typetext list

Any given text listParameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber




of times s appears in lThis variant counts how often a given text appears in a text list.

UI Text Box
sizemedium
typeinfo

The function returns the

Status
subtletrue
titlenumber


Code Block
languagebash
titleSyntax
linenumberstrue
count(text s, text list ltextList) #Output: Number


UI Expand
titleExamples


3

Parser expressionDescription


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


This example returns 

The function returns the

Status
subtletrue
titlenumber



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>text

Status
subtletrue
titledata typetext

Any given textParameter description.
<parameter>textList

Status
subtletrue
title

data type
text list

Any given text listParameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber



Issue list

number of issues in lelements in a given issue list.

UI Text Box
sizemedium
typeinfo

The This functions returns the 

Status
subtletrue
title


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


UI Expand
titleExamples


(filterByResolution"), "The function returns the of non-resolved blocking issues.
Parser expressionDescription


Code Block
languagebash
linenumberstrue
count(subtasks())


This example returns the number of all subtasks.

To achieve this, the following function is used:


Code Block
languagebash
linenumberstrue
count(filterByIssueType(subtasks(), "Technical task"))


This example returns the number of all subtasks that are Technical tasks.

To achieve this, the following functions are used:


Code Block
languagebash
linenumberstrue
count
(linkedIssues("is blocked by
"
))
Status
subtletrue
titlenumber


This example returns the number of all linked blocking issues.

To achieve this, the following functions are used:


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


This example returns the number of unresolved blocking issues.

To achieve this, the following functions are used:



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>issueList

Status
subtletrue
titledata typeissue list

Any given issue list. Usually this value is retrieved from a function (e.g. linkedIssues() or subtasks())Parameter description.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titlenumber



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_count" and space = currentSpace()


Page properties
hiddentrue
id1


Parser function cloudcount()
Map(tick)
Notes




Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

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



Page properties
hiddentrue


The function returns a
Short description

Returns the number of elements in a text, number or issue list.

Output

Status
subtletrue
titlenumber
 

Available since

Status
subtletrue
colourBlue
title2.1.32

Label

Status
colourRed
titlestaff pick