jira.js
Guide
GitHub
Preparing search index...
cloud
getStatusCategories
Function getStatusCategories
getStatusCategories
(
client
:
Client
,
options
?:
RequestOptions
,
)
:
Promise
<
{
colorName
?:
string
;
id
?:
number
;
key
?:
string
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Returns a list of all status categories.
Permissions
required:
Permission to access Jira.
Parameters
client
:
Client
Optional
options
:
RequestOptions
Returns
Promise
<
{
colorName
?:
string
;
id
?:
number
;
key
?:
string
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Returns a list of all status categories.
Permissions required: Permission to access Jira.