Number list
This function returns a number list with all numbers present in two lists simultaneously
Bash
intersect(numberList1, numberList2) #Output: Number list
Text list
Variant for text lists.
Bash
intersect(textList1, textList2) #Output: Text list
Issue list
Variant for issue lists.
Bash
intersect(issueList1, issueList2) #Output: Issue list
This function is the equivalent to the list operator INTERSECT and can be used interchangeably.
📚 Use cases and examples
| Use case |
|---|
| No content found. |