Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titletododone

Style guide

Status
colourGreen
titletododone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Returns list with elements in and elements m distinct elements of two lists.

Output

Status
subtletrue
titlelist

Available since

Status
subtletrue
colourRed
titleneeds lookup




UI Text Box
sizemedium
typeinfo

This function returns a list with elements in and elements m. Without repetitionsall distinct elements in two lists.

The order is respected.


Code Block
languagebash
titleOperator
linenumberstrue
llist1 UNION mlist2 #Output: List


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
[1, 2, 3] UNION [3, 4, 4]


This example returns

the following number list: [1, 2, 3, 4]


Code Block
languagebash
linenumberstrue
["blue", "red", "red"] UNION ["red", "green"]


This example returns

the following text list: ["blue", "red", "green"]


Code Block
languagebash
linenumberstrue
linkedIssues() UNION subtasks()


This example returns a list with all linked issues and sub-tasks of the current issue without repetitions.



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
xxxlist1

Status
subtletrue
titledata type

Parameter description.

list

Any type of text, number or issue list. Learn more about working with lists.
list2xxx

Status
subtletrue
titledata typelist

Any type of text, number or issue list. Learn more about working with listsParameter description.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titlelist