Info |
---|
|
This routine is available starting with SIL Engine 4.8.0.8. |
Syntax
allGroups()
Description
Excerpttable-plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | getAllCustomFields() | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Returns the list of group names that exist in the Jira environment. |
Returns the list of group names that exist in the Jira environment.
...
Return
...
Type
stringString [] (array of strings)
The requested names of all groups.
...
Code Block |
---|
string[] groups = allGroups();
for(string gName in groups) {
runnerLog(gName);
// jira-administrators
// jira-software-users
// jira-system-admin
}} |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jira_field_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|