jira.js
Guide
GitHub
Preparing search index...
server
getAllStatuses
Function getAllStatuses
getAllStatuses
(
client
:
Client
,
parameters
:
{
projectIdOrKey
:
string
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
id
?:
string
;
name
?:
string
;
self
?:
string
;
statuses
?:
{
description
?:
string
;
iconUrl
?:
string
;
id
?:
string
;
name
?:
string
;
self
?:
string
;
statusCategory
?:
{
colorName
?:
string
;
id
?:
number
;
key
?:
string
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
;
statusColor
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
;
subtask
?:
boolean
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Get all issue types with valid status values for a project
Parameters
client
:
Client
parameters
:
{
projectIdOrKey
:
string
}
projectIdOrKey
:
string
Project id or project key
Optional
options
:
RequestOptions
Returns
Promise
<
{
id
?:
string
;
name
?:
string
;
self
?:
string
;
statuses
?:
{
description
?:
string
;
iconUrl
?:
string
;
id
?:
string
;
name
?:
string
;
self
?:
string
;
statusCategory
?:
{
colorName
?:
string
;
id
?:
number
;
key
?:
string
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
;
statusColor
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
;
subtask
?:
boolean
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Get all issue types with valid status values for a project