Versions Compared

Key

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


hiddentrue

Page propertiespanel

Supported list types

Table of Contents

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

exclude(Supported list types).*
stylecircle
typeflat
separatorpipe

Short descriptionReturns a  Statussubtletruetitlenumber list with all numbers in argument l or in argument m without duplicated numbers.Output Statussubtletruetitlenumber list


Number list

number list with all numbers in argument l or in argument m without duplicated numbers with distinct elements from two lists.

UI Text Box
sizemedium
typeinfo

The This function returns a 

Status
subtletrue
title


Code Block
languagebash
titleSyntax
linenumberstrue
union(number list lnumberList1, number list mnumberList2) #Output: Number list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
union([1, 2, 3], [3, 4, 5]) 


This example returns

The function returns the

Status
subtletrue
titlenumber list
: [1, 2, 3, 4, 5]



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>numberList1

Status
subtletrue
titledata typenumber list

Any given number listParameter description.
<parameter>numberList2

Status
subtletrue
title

data type
number list

Any given number listParameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber list



Text list

UI Text Box
sizemedium
typeinfo

Returns a

Status
subtletrue
titleText list
with all texts in argument l or in argument m without duplicated textsVariant for text lists.


Code Block
languagebash
titleSyntax
linenumberstrue
union(string list ltextList1, string list mtextList2) #Output: Text list


UI Expand
titleExamples


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

Parser expressionDescription


Code Block
languagebash
linenumberstrue
union(["blue", "red", "green"], ["red", "green", "yellow"])


This example returns

The function returns the

Status
subtletrue
titletext list


Code Block
languagebash
linenumberstrue
 union(fieldValue(%{00074}, subtasks()), fieldValue(%{00074}, linkedIssues())) 
The function returns the


This example returns a text list with distinct Fix Version/s of all sub-tasks and blocking issues.

To achieve this the following functions are used:



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
textList1

Status
subtletrue
titletext list

Any given text list.
textList2

Status
subtletrue
titletext list

Any given text list.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext list

of Fix Version/s selected among all sub-tasks and linked issues.



Image AddedIssue list

UI Text Box
sizemedium
typeinfo

Variant for issue lists.


Code Block
languagebash
titlesyntax
linenumberstrue
union(issueList1, issueList2) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
union(linkedIssues(), subtasks()) 


This example returns the issue list of linked issues and sub-tasks of current issue, without duplicates.

To achieve this the following functions are used:



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>issueList1

Status
subtletrue
titledata type

Parameter description.

issue list

Any given issue list. Usually this value is retrieved from a function (e.g. linkedIssues() or subtasks()).
issueList2<parameter>

Status
subtletrue
title

data type
issue list

Any given issue list. Usually this value is retrieved from a function (e.g. linkedIssues() or subtasks())Parameter description.



UI Expand
titleOutput

This function returns an

Status
subtletrue
titleissue list


UI Text Box
typetip

This function is the equivalent to the list operator UNION and can be used interchangeably. 



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_union" and space = currentSpace()


Page properties
hiddentrue
id1


Parser function cloudunion()
Map(tick)
Notes




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


Short description

Returns distinct elements of two lists.

Output
The function returns a

Status
subtletrue
title

number list

list

Available since

Status
subtletrue
colourBlue
title2.1.21

Label