jira.js
Guide
GitHub
Preparing search index...
assets
createReferenceType
Function createReferenceType
createReferenceType
(
client
:
Client
,
parameters
:
{
color
?:
string
;
description
?:
string
;
name
:
string
;
objectSchemaId
?:
string
;
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
cdmData
?:
{
types
?:
{
key
?:
string
;
opinionated
?:
boolean
;
version
?:
number
;
[
key
:
string
]:
unknown
;
}
[]
;
[
key
:
string
]:
unknown
;
}
;
color
?:
string
;
description
?:
string
;
globalId
:
string
;
id
?:
string
;
name
:
string
;
objectSchemaId
?:
string
;
url16
?:
string
;
workspaceId
:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Update a reference type
Parameters
client
:
Client
parameters
:
{
color
?:
string
;
description
?:
string
;
name
:
string
;
objectSchemaId
?:
string
}
Optional
options
:
RequestOptions
Returns
Promise
<
{
cdmData
?:
{
types
?:
{
key
?:
string
;
opinionated
?:
boolean
;
version
?:
number
;
[
key
:
string
]:
unknown
;
}
[]
;
[
key
:
string
]:
unknown
;
}
;
color
?:
string
;
description
?:
string
;
globalId
:
string
;
id
?:
string
;
name
:
string
;
objectSchemaId
?:
string
;
url16
?:
string
;
workspaceId
:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Update a reference type