jira.js
Guide
GitHub
Preparing search index...
server
getIssueAllTypes
Function getIssueAllTypes
getIssueAllTypes
(
client
:
Client
,
options
?:
RequestOptions
,
)
:
Promise
<
{
avatarId
?:
number
;
description
?:
string
;
iconUrl
?:
string
;
id
?:
string
;
name
?:
string
;
self
?:
string
;
subtask
?:
boolean
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Returns a list of all issue types visible to the user
Parameters
client
:
Client
Optional
options
:
RequestOptions
Returns
Promise
<
{
avatarId
?:
number
;
description
?:
string
;
iconUrl
?:
string
;
id
?:
string
;
name
?:
string
;
self
?:
string
;
subtask
?:
boolean
;
[
key
:
string
]:
unknown
;
}
[]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Returns a list of all issue types visible to the user