Versions Compared

Key

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


Page properties
hiddentrue
StatusTech 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 Statussubtletruetitletext list in result of evaluating text_expression against each of the numeric values in argument numbers.Output Statussubtletruetitletext list
Panel

Supported list types

Table of Contents
exclude(Supported list types).*
stylecircle
typeflat
separatorpipe

Image RemovedNumber list

UI Text Box
sizemedium
typeinfo

The This function returns a

Status
subtletrue
titlestring list
text list in result of evaluating text_expression textExpression against each of the numeric values in argument numbers. Argument text_expression

The parameter textExpression is an expression that returns a stringnumber, where ^ {seed.number} represents each numeric value in argument numbers.


Code Block
languagebash
titleSyntax
linenumberstrue
textOnNumberList(number list numbersnumberList, string text_expressiontextExpression) #Output: StringText list


UI Expand
titleExamples


["s", "sm", "smi", "smil", "smile"]


To achieve this, the following functions are used:

Parser expressionDescription


Code Block
languagebash
linenumberstrue
textOnNumberList([1, 2, 3, 4, 5], substring("smile", 0, ^{seed.number}))


This example returns:

The function returns the

Status
subtletrue
titletext list



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>numberList

Status
subtletrue
titledata typenumber list

Any given number listParameter description.
<parameter>textExpression

Status
subtletrue
title

data type
text

A valid text expressionParameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titletext list



Image ModifiedUse cases and examples

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


Page properties
hiddentrue
id1


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




Page properties
hiddentrue
id1


Parser function cloud
Map(question)
NotesJust like with textOnIssueList()but on a number 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

Returns a text list in a result of evaluating text_expression against each of the numeric values in argument numbers.

Output
Text list
UI Text Box
sizemedium
typeinfo

The function returns a 

Status
subtletrue
titletext list
resulting of evaluating text_expression against each of the strings in argument strings. Argument text_expression is an expression that returns a string, where ^% represents each string in argument strings.

Code Block
languagebash
titleSyntax
linenumberstrue
textOnStringList(string list strings, string text_expression) #Output: Text list
UI Expand
titleExamples
Parser expressionDescription
Code Block
languagebash
linenumberstrue
textOnStringList(["albert", "riCHard", "MARY"], capitalizeWordsFully(^%))
The function returns the Statussubtletruetitletext list["Albert", "Richard", "Mary"] UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description<parameter> Statussubtletruetitledata typeParameter description.<parameter>

Status
subtletrue
title

data typeParameter description.
UI Expand
titleOutput

text list

Available since
The function returns a

Status
subtletrue
colourBlue
title

text list

2.2.8

Label