This function returns a list with all distinct elements in two lists.
The order is respected.
Bash
list1 UNION list2 #Output: List
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns [1, 2, 3, 4]
|
|
Bash
|
This example returns ["blue", "red", "green"] |
|
Bash
|
This example returns a list with all linked issues and sub-tasks of the current issue without repetitions. |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
list |
Any type of text, number or issue list. Learn more about working with lists . |
|
|
list |
Any type of text, number or issue list. Learn more about working with lists . |
Output
This function returns a list