Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAvailability

This routine is available starting with SIL Engine™ 4.8.0.11.

Syntax

getAllInactiveUsers();

Description

...

Button handy
blanktrue
color#0052CC
nameSend Feedback
linkhttps://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=getAllInactiveUsers+-+15484094
widthauto

Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

getAllInactiveUsers([maxResults])

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue
Returns a list of all inactive users in Jira.

Returns a list of all inactive users in Jira.

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

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
languagejs
for(string user in getAllInactiveUsers()) {
	    runnerLog("Inactive user: " + user);
}

...

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "jirauser_group_routine" and space = currentSpace ( )
labelsjiraarray_group_routineroutines