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 description

Returns a

Status
subtletrue
titlelist
with all numbers/texts in argument l and m simultaneously.

Output Statussubtletruetitlelist Panel

Supported list types

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


Number list

number list with all numbers in argument l and m simultaneously.numbers present in two lists simultaneously

UI Text Box
sizemedium
typeinfo

The This function returns a

Status
subtletrue
title


Code Block
languagebash
titleSyntax
intersect(number list lnumberList1, number list mnumberList2) #Output: Number list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
intersect([1, 1, 2, 3, 4, 5],] INTERSECT [91, 73, 5, 3, 1]) 


This example returns

The function returns a

Status
subtletrue
titlenumber list
: [1, 3, 5]



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>numberList1

Status
subtletrue
titlelistdata type

Parameter description.Any type of number list. Learn more about working with lists.
numberList2<parameter>

Status
subtletrue
titlelist

data typeParameter descriptionAny type number list. Learn more about working with lists.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber list



Text list

UI Text Box
sizemedium
typeinfo

The function returns a 

Status
subtletrue
titletext list
with all common texts in argument l and mVariant for text lists.


Code Block
languagebash
titleSyntax
linenumberstrue
intersect(text list ltextList1, text list mtextList2) #Output: Text list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
intersect(["blue", "red", "greenblue", "blackblue"], INTERSECT ["redblue", "greenyellow", "yellow"]


This example returns

["blue"]





UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)
The
Description
textList1

Status
subtletrue
titlelist

Any type of text list. Learn more about working with lists.
textList2

Status
subtletrue
titlelist

Any type of text list. Learn more about working with lists.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext list



Image AddedIssue list

UI Text Box
sizemedium
typeinfo

Variant for issue lists.


Code Block
languagebash
titleSyntax
linenumberstrue
intersect(issueList1, issueList2) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
linkedIssues() INTERSECT subtasks()


This example returns a list with all sub-tasks which are also linked to the current issue.

To achieve this, the following functions are used:

: ["red", "green"]




UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>issueList1

Status
subtletrue
titlelistdata type

Parameter description.Any type of issue list. Learn more about working with lists.
issueList2<parameter>

Status
subtletrue
titlelist

data typeParameter descriptionAny type of issue list. Learn more about working with lists.



UI Expand
titleOutput

The This function returns a an

Status
subtletrue
titleissue list


ui-text-box
typetip

This function is the equivalent to the list operator INTERSECT and can be used interchangeably. 



Image AddedUse cases and examples

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


Page properties
hiddentrue
id1


Parser function cloudintersect()
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


Short description

Returns common elements of two lists.

Output

Status
subtletrue
titlelist

Available since

Status
subtletrue
colourBlue
title2.1.21

Label