Versions Compared

Key

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


UI Text Box
sizemedium
typeinfo

This function returns a text list resulting of evaluating text expression against each of the texts found in the textList parameter.

The parameter textExpression is an expression that returns a text, where %{seed.text} represents each text in parameter textList.


Code Block
languagebash
titleSyntax
linenumberstrue
textOnStringList(textList, textExpression) #Output: Text list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
textOnStringList(["albert", "riCHard", "MARY"], capitalizeWordsFully(%{seed.text}))


This example returns:

 ["Albert", "Richard", "Mary"]


To achieve this, the following functions are used:



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
textList

Status
subtletrue
titletext list

Any given number list.
textExpression

Status
subtletrue
titleText

A valid text expression.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext list



Use cases and examples

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


Page properties
hiddentrue
id1


Parser function cloud
Map(question)
NotesJust like with textOnIssueList()but on a text list.




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

Matches elements of a text list against a text expression.

Output

Status
subtletrue
titletext list

Available since

Status
subtletrue
colourBlue
title2.2.8

Label