Versions Compared

Key

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


Page properties
hiddentrue


Tech review

Status
colourRedGreen
titleflagged
 Examples and review missing Thorsten Letschert
done
 

Style guide

Status
colourGreen
titledone

Page status

Status
colourGreen
titlecomplete

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



UI Text Box
sizemedium
typeinfo

The text list parsing mode is exclusively being used , or pre-configured, when ....The main purpose is to...in the Create issue post function and enables you to create issues based on multi-value custom fields, components and many more.

The output has to be a valid text list as defined in the Data types section.

All JWT expression parser functions, that return a text list can be used. Additionally, text lists can be constructed using composed using the toStringList() function.


Example expressions

Parser expressionDescription


Code Block
languagebash
linenumberstrue
["Jira","Workflow","Toolbox"]


This examples illustrates how to compose a custom text list.


Code Block
languagebash
linenumberstrue
xxxfieldValue(%{issue.assignee}, subtasks())


This example returns:4examples returns a list of all assignees of the current issues's sub-tasks.

The list may contain duplicate user names.

To achieve this, the following functions were used:


Code Block
languagebash
linenumberstrue
xxxxdistinct(fieldValue(%{issue.assignee}, subtasks()))


This example returns:blueexamples returns a list of all distinct assignees of the current issues's sub-tasks.

The list only contains unique user names.

To achieve this, the following functions were used:


UI Text Box
typetip

Make sure to read all about working with Lists as they come with many extremely useful JWT expression parser functions.

List functions can also be used in the Advanced text mode. The difference is, that the output will be a flat text instead of a text list.

Excerpt Include
Lists
ListsList management operatorsList management operators
nopaneltrue


Excerpt Include
DECADIS:Contact support
DECADIS:Contact support
nopaneltrue


Page properties
hiddentrue


Icon

Short descriptionCalculate numeric values or set numeric issue fieldsDefine a list of text elements to create multiple issues based on each list element.
Supported elements
Output

Status
subtletrue
titletext