jira.js
Guide
GitHub
Preparing search index...
server
fullyUpdateProjectRole
Function fullyUpdateProjectRole
fullyUpdateProjectRole
(
client
:
Client
,
parameters
:
{
description
?:
string
;
id
:
number
;
name
?:
string
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
actors
?:
{
avatarUrl
?:
string
;
name
?:
string
;
[
key
:
string
]:
unknown
}
[]
;
description
?:
string
;
id
?:
number
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Fully updates a roles. Both name and description must be given.
Parameters
client
:
Client
parameters
:
{
description
?:
string
;
id
:
number
;
name
?:
string
}
Optional
description
?:
string
id
:
number
The role id
Optional
name
?:
string
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...
Fully updates a roles. Both name and description must be given.