jira.js
Guide
GitHub
Preparing search index...
assets
updateStatusType
Function updateStatusType
updateStatusType
(
client
:
Client
,
parameters
:
{
category
:
number
;
description
?:
string
;
id
:
string
;
name
:
string
;
objectSchemaId
?:
string
;
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
category
:
number
;
description
?:
string
;
id
:
string
;
name
:
string
;
objectSchemaId
?:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Update an existing status
Parameters
client
:
Client
parameters
:
{
category
:
number
;
description
?:
string
;
id
:
string
;
name
:
string
;
objectSchemaId
?:
string
;
}
category
:
number
Name
Value
Color
ACTIVE
1
Green
INACTIVE
0
Red
PENDING
2
Yellow
Optional
description
?:
string
id
:
string
Status type id
name
:
string
Optional
objectSchemaId
?:
string
Optional
options
:
RequestOptions
Returns
Promise
<
{
category
:
number
;
description
?:
string
;
id
:
string
;
name
:
string
;
objectSchemaId
?:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Update an existing status