You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This function returns an issue list in text form with all issues with keys in argument issue_keys. Argument issue_keys is a string containing a comma separated list of issue keys.

Syntax
issueKeysToIssueList(text issue_keys) #Output: Issue list
Examples
Parser expressionDescription
issueKeysToIssueList("CRM-12, HT-254")

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

Additional information

Parameters used in this function

ParameterInput (data type)Description
issue_keys

TEXT

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

This function returns an ISSUE LIST