Tech review

 

Style guide

Page status



The text list parsing mode is exclusively being used 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 composed using the toStringList() function.


Example expressions

Parser expressionDescription


["Jira","Workflow","Toolbox"]


This examples illustrates how to compose a custom text list.


fieldValue(%{issue.assignee}, subtasks())


This examples 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:


distinct(fieldValue(%{issue.assignee}, subtasks()))


This examples 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:


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.




Icon

Short descriptionDefine a list of text elements to create multiple issues based on each list element.
Supported elements
Output