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

Compare with Current View Page History

« Previous Version 2 Next »

The function returns a T/N LIST with elements present in both lists simultaneously.

The returned list does not contain repetitions. The order is respected.

Operator
l INTERSECT m #Output: Text/Number list
Examples
Parser expressionDescription
[1, 1, 2, 3] INTERSECT [1, 3, 5]

The function returns a NUMBER LIST: [1, 3]

["red", "blue", "blue"] INTERSECT ["blue", "yellow", "yellow"]

The function returns a TEXT LIST ["blue"]

linkedIssues() INTERSECT subtasks()
The function returns a list with those sub-tasks which are also linked to the current issue.
Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a T/N LIST