Versions Compared

Key

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


Page properties
hiddentrue
Status
Tech review

Status
titletodo

Style guide

Status
titletodo

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 Statussubtletruetitletext listAvailable since

Status
subtletrue
colourBlue
title2.2.8

UI Text Box
sizemedium
typeinfo

This function returns a 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: Text list


UI Expand
titleExamples


Parser expressionDescription


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


This example returns the following text list:

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


To achieve this, the following functions are used:



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
xxxnumberList

Status
subtletrue
titledata typenumber list

Any given number listParameter description.
xxxtextExpression

Status
subtletrue
titledata typetext

A valid text expressionParameter description.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext list



Image AddedUse 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

Status
subtletrue
titletext list

Available since

Status
subtletrue
colourBlue
title2.2.8

Label