Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt
hiddentrue
Union between two arrays.

Union between two arrays.

Parameters

Return Type

Array

Example

Code Block
languagejs
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
showLabelsfalse
max25
showSpacefalse
cqllabel = "array_routine" and space = currentSpace ( )
labelsarray_routine

We've encountered an issue exporting this macro. Please try exporting again later.