Number list
This function combines two number lists.
The order of elements is respected and the result may contain duplicates.
Bash
append(numberList1, numberList2) #Output: Number list
Text list
Variant for text lists.
Bash
append(textList1, textList2) #Output: Text list
Issue list
Variant for issue lists.
Bash
append(issueList1, issueList2) #Output: Issue list
This function is the equivalent to the list operator APPEND and can be used interchangeably.
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|---|---|---|---|---|
| Add components of the epic to the current issue |
|