This function converts a text with comma-separated issue keys into an issue list.
Learn more about lists.
issueKeysToIssueList(issueKeys) #Output: Issue list
This function converts a text with comma-separated issue keys into an issue list.
Learn more about lists.
issueKeysToIssueList(issueKeys) #Output: Issue list
Parser expression | Description |
---|---|
issueKeysToIssueList("CRM-12, HT-254") | This example returns an issue list of issues with keys CRM-12 and HT-254: ["CRM-12", "HT-254"] |
Parameters used in this function
Parameter | Input (data type) | Description |
---|---|---|
issueKeys | TEXT | A text with a comma-separated list of issue keys. |
This function returns an ISSUE LIST
Powered by Atlassian Confluence 7.19.5, themed by Refined
7.2.3 and Decadis AG