jira.js
Guide
GitHub
Preparing search index...
server
getAllProjectRoles
Function getAllProjectRoles
getAllProjectRoles
(
client
:
Client
,
options
?:
RequestOptions
,
)
:
Promise
<
{
actors
?:
{
avatarUrl
?:
string
;
name
?:
string
;
[
key
:
string
]:
unknown
}
[]
;
description
?:
string
;
id
?:
number
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Get all the ProjectRoles available in Jira. Currently this list is global.
Parameters
client
:
Client
Optional
options
:
RequestOptions
Returns
Promise
<
{
actors
?:
{
avatarUrl
?:
string
;
name
?:
string
;
[
key
:
string
]:
unknown
}
[]
;
description
?:
string
;
id
?:
number
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Get all the ProjectRoles available in Jira. Currently this list is global.