Versions Compared

Key

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


UI Text Box
sizemedium
typeinfo

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

Learn more about lists.


Code Block
languagebash
titleSyntax
linenumberstrue
issueKeysToIssueList(issueKeys) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
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

ParameterInput (data type)Description
issueKeys

Status
subtletrue
titletext

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



UI Expand
titleOutput

This function returns an

Status
subtletrue
titleissue list



Use 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