Number list
This function removes all duplicates from a number list.
Bash
distinct(numberList) #Output: Number list
Text list
This function removes all duplicates from a text list.
Bash
distinct(textList) #Output: Text list
Issue list
This function removes all duplicates from an issue list.
Bash
distinct(issueList) #Output: Issue list
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|---|---|---|---|---|
| Display reporters of linked Cloud issues |
(input latin letters) |
Text | |||
| Components from all sub-tasks |
(input latin letters) |
||||
| Match several values of a list |
|
toString() distinct() filterByPredicate() | |||
| Reject duplicated file names in attachments |
|