...
Examples
Example 1
Code Block |
---|
|
string[] array1 = {"a", "b", "c"};
string[] array2 = {"c", "d"};
return arrayDiff(array1, array2); |
The result will be an array containing elements "a" and "b".
Example 2
Code Block |
---|
|
string[] developers= usersInGroups({"jira -developers"});
string[] administrators = usersInGroups({"jira-administrators"});
return arrayDiff (developers, administrators ); |
...
Note |
---|
If the array types are incompatible, the routine function returns error. |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "array_routine" and space = currentSpace ( ) |
---|
labels | array_routinesroutine |
---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.