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

Compare with Current View Page History

« Previous Version 6 Next »

This function returns a 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: List
Examples
Parser expressionDescription
[1, 2, 2, 3, 3] EXCEPT [2, 5, 6]

This example returns the following number list: [1, 3]

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

This example returns the following text list: ["red", "green"]

linkedIssues() EXCEPT subtasks()
The function returns a list with linked issues that are not sub-tasks of the current issue.
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a LIST