Info |
---|
|
This routine is available starting with SIL Engine™ 4.8.0.11. 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 | getAllActiveUsers() | |
...
Description
Excerpt |
---|
|
Returns a list of all active users in Jira. |
Returns a list of all active users in Jira.
Return
...
Type
String String []
Returns an array of active users.
Example
...
Code Block |
---|
for(string user in getAllActiveUsers()) {
runnerLog("Active user: " + user);
} |
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jira_group_routine"" and space = currentSpace ( ) |
---|
labels | jiraarray_group_routineroutines |
---|
|