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 a Statussubtletruetitlet/N list with elements in l which are not present in list m.Output StatussubtletruetitleT/N list UI Text Box
sizemedium
typeinfo

This function returns a list of elements in a list which The function returns a Statussubtletruetitlet/N list with elements in l which are not present in a second list m.

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


Code Block
languagebash
titleOperator
linenumberstrue
llist1 EXCEPT mlist2 #Output: Text/Number listList


UI Expand
titleExamples


: [1, 3]

text listThis example returns

["red", "green"]

Parser expressionDescription


Code Block
languagebash
linenumberstrue
[1, 2, 2, 3, 3] EXCEPT [2, 5, 6]


This example returns

The function returns a

Status
subtletrue
titlenumber list


Code Block
languagebash
linenumberstrue
["red", "red", "blue", "blue", "green"] EXCEPT ["blue", "yellow"]


The function returns a

Status
subtletrue
title


Code Block
languagebash
linenumberstrue
linkedIssues() EXCEPT subtasks()


The function

This example returns a list

with

of all linked issues

which

that are not sub-tasks of the current issue.

To achieve this, the following functions are used:



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>list1

Status
subtletrue
titlelistdata type

Parameter description.Any type of text, number or issue list. Learn more about working with lists.
list2<parameter>

Status
subtletrue
titlelist

data typeParameter descriptionAny type of text, number or issue list. Learn more about working with lists.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titlelist



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

Removes certain elements from a list.

Output

Status
subtletrue
title

t/n list

list

Available since

Status
subtletrue
colourRed
titleneeds lookup

Label