...
Table 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 | getAllGroups() | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Gets a list of all groups in Confluence. |
Gets a list of all groups in Confluence.
Parameters
None
Return type
String []
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
|
Return Type
String []
Examples
Example 1
Code Block |
---|
|
return getAllGroups(); |
Results: returns confluencereturns confluence-administrators|confluence-users
Example 2
Code Block |
---|
|
for(string g in getAllGroups()) {
runnerLog(g);
} |
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "psgroup_conf"routines" and space = currentSpace ( ) |
---|
labels | jiraarray_comment_routineroutines |
---|
|