jira.js
Guide
GitHub
Preparing search index...
cloud
updateStatuses
Function updateStatuses
updateStatuses
(
client
:
Client
,
parameters
:
{
statuses
:
{
description
?:
string
;
id
:
string
;
name
:
string
;
statusCategory
:
string
&
{}
|
"TODO"
|
"IN_PROGRESS"
|
"DONE"
;
[
key
:
string
]:
unknown
;
}
[]
;
}
,
options
?:
RequestOptions
,
)
:
Promise
<
void
>
Updates statuses by ID.
Permissions
required:
Administer projects
project permission.
Administer Jira
project permission.
Parameters
client
:
Client
parameters
:
{
statuses
:
{
description
?:
string
;
id
:
string
;
name
:
string
;
statusCategory
:
string
&
{}
|
"TODO"
|
"IN_PROGRESS"
|
"DONE"
;
[
key
:
string
]:
unknown
;
}
[]
;
}
statuses
:
{
description
?:
string
;
id
:
string
;
name
:
string
;
statusCategory
:
string
&
{}
|
"TODO"
|
"IN_PROGRESS"
|
"DONE"
;
[
key
:
string
]:
unknown
;
}
[]
The list of statuses that will be updated.
Optional
options
:
RequestOptions
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Updates statuses by ID.
Permissions required: