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<Short, generic description of the parser function(s) (if multiple parameters are available)Output Statussubtletruetitletext listAvailable since UI Text Box
sizemedium
typeinfo

This function converts a text with comma-separated issue keys into an issue list. 

Learn more about listsDetailed description of the parser function.


Code Block
languagebash
titleSyntax
linenumberstrue
function(firstParameter, secondParameter, thirdParameterissueKeysToIssueList(issueKeys) #Output: NumberIssue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
timeInValue(%{issue.summary}, ^% ~~ "ERROR" OR ^% ~~ "WARNING") / {HOUR}

This example returns the number of hours the field summary of the current issue contained any of the words "ERROR" or "WARNING", ignoring the case.

Code Block
languagebash
linenumberstrue
timeInValue(%{issue.components}, count(toStringList(^%, ",")) > 1) / {HOUR}

This example returns the number of hours the field components of the current issue contained more than one selected component.

Info

This example uses the functions:

issueKeysToIssueList("CRM-12, HT-254")


This example returns an issue list of issues with keys CRM-12 and HT-254:

["CRM-12", "HT-254"]



UI Expand
titleAdditional information

Parameters used in this function

secondParameter
ParameterInput (data type)Description
firstParameterissueKeys

Status
subtletrue
titlenumber

The input has to be a valid timestamp...

text

A text with a comma-separated list of issue keys.



UI Expand
titleOutput

This function returns an

Status
subtletrue
title

string list

Parameter description. Read more about Working with lists

thirdParameter
Status
subtletrue
titletext
Parameter description.
issue list



Page properties
hiddentrue
id1


Parser function cloudissueKeysToIssueList()
Map(tick)
Notes



Image AddedUse cases and examples

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



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

Converts a text containing issue keys into an issue list.

Output

Status
subtletrue
titleIssue list

Available since
Label
UI Expand
titleOutput

The function returns a

Status
subtletrue
titlenumber

UI Text Box
typetip

If there is more to say, say it or link to related functions...

Are you looking for a more detailed representation? You might want to have a look at the function formatDuration()...