You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

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 example returns a list of assignees of the current issue's sub-tasks. If multiple sub-tasks are assigned to a user, this user appears mutliple times in the list.

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

This example returns a list of assignees of the current issue's sub-tasks. Due to the usage of the distinct() function, every user only appears once in the list.

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.

Error rendering macro 'excerpt-include'

No link could be created for 'List management operators'.


If you still have questions, feel free to refer to our support team.