Number list
This function sorts a given number list in a specified order. Available orders are ASC (for ascending order) and DESC (for descending order).
Bash
sort(numberList, order) #Output: Number list
Text list
Variant for text lists.
Bash
sort(textList, order) #Output: Text list
Issue list
Variant for issue lists.
In this case, a field has to be provided that should be used for the sort order. Available orders are ASC (for ascending order) and DESC (for descending order).
Bash
sort(issueList, field, order) #Output: Issue list
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|---|---|---|---|---|
| Highest ranked custom field value among all linked issues |
(input latin letters) |
Text |