Versions Compared

Key

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


Panel

Supported list types

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  Statussubtletruetitle list with all numbers/texts/issues in arguments l and m. Duplicated numbers may appear in the outputOutput Statussubtletruetitlelist Panel

The function is used with the following lists:

Table of Contents
exclude(The function is used with the following lists:Supported list types).*
stylecircle
typeflat
separatorpipe


Image AddedNumber list

with all numbers in arguments l and m. Duplicated numbers may appear in the output.

UI Text Box
sizemedium
typeinfo

This function combines two number lists.

The order of elements is respected and the result may contain duplicatesThe function returns a

Status
subtletrue
titlenumber list


UI Text Box
typetip
If you want to avoid repetitionduplicates, use the function function union(l,m).


Code Block
languagebash
titleSyntax
linenumberstrue
append(stringListlnumberList1, stringList2numberList2) #Output: Number list


UI Expand
titleExamples


This example returns a number list with Total time Spent (in minutes) in blocking issues and sub-tasks.

To achieve this, the following functions are used:

Parser expressionDescription


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


This example returns

The function returns a

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


Code Block
languagebash
linenumberstrue
append(fieldValue({00025issue.timeSpent}, linkedIssues("is blocked by")), fieldValue({00025issue.timeSpent}, subtasks()))


The function returns a

Status
subtletrue
title
UI Text Box
typetip

This number list can be summed using function sum().




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

.

If both lists are empty, the function returns an empty 

UI Text Box
sizemedium
typeinfo

The function returns a

Status
subtletrue
titletext number list
with all strings in arguments l and m. The duplicated strings may appear in the output.



Image AddedText list

UI Text Box
sizemedium
typetipinfo

Variant for text lists

If you want to avoid repetition, use the function union(l,m)

.


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


UI Expand
titleExamples


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

Parser expressionDescription


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


This example returns

The function returns a

Status
subtletrue
titletext list


Code Block
languagebash
linenumberstrue
append(fieldValue(%{00074issue.fixVersion}, subtasks()), fieldValue(%{00074issue.fixVersion}, linkedIssues("is blocked by")))


This example returns a text list with 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)
The function returns a
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
.

If both lists are empty, the function returns an empty 

Status
subtletrue
titletext list
.



Image Added Issue list

UI Text Box
sizemedium
typeinfo

Variant for issue lists.


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


UI Expand
titleExamples


with Fix Version/s of sub-tasks and blocking issues.
Parser expressionDescription


Code Block
languagebash
linenumberstrue
append(linkedIssues("is blocked by"), subtasks())


This example returns an issue list of blocking issues and sub-tasks.

If a sub-task is also linked with issue link type "is blocked by", it will appear twice in the output list.

To achieve this, the following functions are used:

textlist



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
.

If both lists are empty, the function returns an empty The function returns a

Status
subtletrue
titleissue list
.


ui-text-box
typetip

This function is the equivalent to the list operator APPEND 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_append" and space = currentSpace()


Page properties
hiddentrue
id1


Parser function cloudappend()
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

Combines the elements of two lists.

Output

Status
subtletrue
titlelist

Available since

Status
subtletrue
colourBlue
title2.1.21

Label