This function converts a text with comma-separated issue keys into an issue list.
Learn more about lists.
Bash
issueKeysToIssueList(issueKeys) #Output: Issue list
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
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 |
|---|---|---|
|
|
text |
A text with a comma-separated list of issue keys. |
Output
This function returns an issue list
(books) Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|---|---|---|---|---|
| Link to the linked epic from the current issue |
(input latin letters) |
||||
| Track issues mentioned in comments |
|
Create issue link action | |||
| Add links to the issues in a ScriptRunner Issue Picker field |
|
Create issue link action Delete issue link action | issueKeysToIssueList() toString() toStringList() replaceAll() previousValue() | ||
| Clone epic, tasks and sub-tasks |
|
toString() toStringList() issueKeysToIssueList() replaceFirst() first() fieldValue() textOnStringList() findModify() subtasks() issuesUnderEpic() |