Info |
---|
|
This routine is available starting with SIL Engine™ 4.8.0.11. |
Syntax
getAllInactiveUsers();
Description
...
Button handy |
---|
blank | true |
---|
color | #0052CC |
---|
name | Send Feedback |
---|
link | https://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=getAllInactiveUsers+-+15484094 |
---|
width | auto |
---|
|
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 | getAllInactiveUsers([maxResults]) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Returns a list of all inactive users in Jira. |
Returns a list of all inactive users in Jira.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
maxResults | Integer | No | The maximum number of users to retrieve. The default value is 1,000 users. | |
Return
...
Type
String String []
Returns an array of inactive users.
Example
...
Code Block |
---|
|
for(string user in getAllInactiveUsers()) {
runnerLog("Inactive user: " + user);
} |
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jirauser_group_routine" and space = currentSpace ( ) |
---|
labels | jiraarray_group_routineroutines |
---|
|