Versions Compared

Key

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

...

...

Warning

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

Info
titleAvailability

This routine is available since katl-commons SIL Engine™ 2.5.15 / 2.6.

Syntax

arrayDiff(arrayName1, arrayName2)

...

Excerpt

Difference between two arrays. Returns the elements from the first array which don't that do not exist in the second array.

...

Code Block
string[] developers= usersInGroups({"jira-developers"});
string[] administrators = usersInGroups({"jira-administrators"});
return arrayDiff(developers, administrators);

The result is an array which that contains only developers that are not also administrators.

See also

...

Filter by label (Content by label)
showLabelsfalse
max100
showSpacefalse
cqllabel = "array_routines"
labelsarray_routines

...