Versions Compared

Key

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

...

Code Block
return arrayFindBinary(arraySort(usersInGroups({"jira-users"}), false), "admin");

The result of the routine function is the index of the searched element in the array returned by arraySort. If the array contains duplicates, the routine function returns the index of the first occurrence of the searched element.

...