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 in l which are not present in list m.

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

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

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

["red", "red", "blue", "blue", "green"] EXCEPT ["blue", "yellow"]

The function returns a TEXT LIST ["red", "green"]

linkedIssues() EXCEPT subtasks()
The function returns a list with linked issues which are not sub-tasks of 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