Description
| Excerpt |
|---|
|
| Union between two arrays. |
Union between two arrays.
Parameters
Return Type
Array
Example
| Code Block |
|---|
|
string[] developers= usersInGroups({"jira-developers"});
string[] administrators = usersInGroups({"jira-administrators"});
return arrayUnion(developers, administrators); |
The result returned by the function is an array that contains the unique elements from developers and administrators.
See also
| Filter by label |
|---|
| showLabels | false |
|---|
| max | 25 |
|---|
| showSpace | false |
|---|
| cql | label = "array_routine" and space = currentSpace ( ) |
|---|
| labels | array_routine |
|---|
|
We've encountered an issue exporting this macro. Please try exporting again later.