jira.js
Guide
GitHub
Preparing search index...
server
getAll
Function getAll
getAll
(
client
:
Client
,
options
?:
RequestOptions
,
)
:
Promise
<
{
defaultGroups
?:
string
[]
;
defined
?:
boolean
;
groups
?:
string
[]
;
hasUnlimitedSeats
?:
boolean
;
key
?:
string
;
name
?:
string
;
numberOfSeats
?:
number
;
platform
?:
boolean
;
remainingSeats
?:
number
;
selectedByDefault
?:
boolean
;
userCount
?:
number
;
userCountDescription
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Returns all application roles in the system.
Parameters
client
:
Client
Optional
options
:
RequestOptions
Returns
Promise
<
{
defaultGroups
?:
string
[]
;
defined
?:
boolean
;
groups
?:
string
[]
;
hasUnlimitedSeats
?:
boolean
;
key
?:
string
;
name
?:
string
;
numberOfSeats
?:
number
;
platform
?:
boolean
;
remainingSeats
?:
number
;
selectedByDefault
?:
boolean
;
userCount
?:
number
;
userCountDescription
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Returns all application roles in the system.