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


list with elements in and elements m.

Short description

Returns a

Status
subtletrue
titlet/N list
Output

Status
T/N list
subtletrue
titlelist

Available since

Status
subtletrue
colourRed
titleneeds lookup




list with elements in and elements m. Without repetitions.

The order is respected.

UI Text Box
sizemedium
typeinfo

The This function returns a

Status
subtletrue
titlet/N list


Code Block
languagebash
titleOperator
linenumberstrue
l UNION m #Output: Text/Number listList


UI Expand
titleExamples


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

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

Parser expressionDescription


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


The function returns a

Status
subtletrue
title


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


The function returns a

Status
subtletrue
titletext list


Code Block
languagebash
linenumberstrue
linkedIssues() UNION subtasks()


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



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlet/n list