jira.js
Guide
GitHub
Preparing search index...
server
createIssueTypeScheme
Function createIssueTypeScheme
createIssueTypeScheme
(
client
:
Client
,
parameters
:
{
defaultIssueTypeId
?:
string
;
description
?:
string
;
issueTypeIds
?:
string
[]
;
issueTypeIDs
?:
string
[]
;
name
?:
string
;
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
defaultIssueType
?:
{
avatarId
?:
number
;
description
?:
string
;
iconUrl
?:
string
;
id
?:
string
;
name
?:
string
;
self
?:
string
;
subtask
?:
boolean
;
[
key
:
string
]:
unknown
;
}
;
description
?:
string
;
expand
?:
string
;
id
?:
string
;
issueTypes
?:
{
avatarId
?:
number
;
description
?:
string
;
iconUrl
?:
string
;
id
?:
string
;
name
?:
string
;
self
?:
string
;
subtask
?:
boolean
;
[
key
:
string
]:
unknown
;
}
[]
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Creates an issue type scheme from a JSON representation
Parameters
client
:
Client
parameters
:
{
defaultIssueTypeId
?:
string
;
description
?:
string
;
issueTypeIds
?:
string
[]
;
issueTypeIDs
?:
string
[]
;
name
?:
string
;
}
Optional
options
:
RequestOptions
Returns
Promise
<
{
defaultIssueType
?:
{
avatarId
?:
number
;
description
?:
string
;
iconUrl
?:
string
;
id
?:
string
;
name
?:
string
;
self
?:
string
;
subtask
?:
boolean
;
[
key
:
string
]:
unknown
;
}
;
description
?:
string
;
expand
?:
string
;
id
?:
string
;
issueTypes
?:
{
avatarId
?:
number
;
description
?:
string
;
iconUrl
?:
string
;
id
?:
string
;
name
?:
string
;
self
?:
string
;
subtask
?:
boolean
;
[
key
:
string
]:
unknown
;
}
[]
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Creates an issue type scheme from a JSON representation