jira.js
Guide
GitHub
Preparing search index...
server
getApplicationRole
Function getApplicationRole
getApplicationRole
(
client
:
Client
,
parameters
:
{
key
:
string
}
,
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 the ApplicationRole with passed key if it exists.
Parameters
client
:
Client
parameters
:
{
key
:
string
}
key
:
string
The key of the role to use.
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 the ApplicationRole with passed key if it exists.