issueKeysToIssueList()

Issue list

This function converts a text with comma-separated issue keys to an issue list. Learn more about lists.

Bash
issueKeysToIssueList(issueKeys) #Output: Issue list

Examples

Parser expression

Description

Bash
%{issueKeysToIssueList("CRM-12, HT-254")}

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

CRM-12, HT-254

Additional information

Parameters used in this function

Parameter

Input (data type)

Description

issueKeys

text

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

Output

This function returns an issue list

(books) Use cases and examples