jira.js
Guide
GitHub
Preparing search index...
assets
loadObjectType
Function loadObjectType
loadObjectType
(
client
:
Client
,
parameters
:
{
id
:
string
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
abstractObjectType
:
boolean
;
created
:
Date
;
description
?:
string
;
globalId
:
string
;
icon
:
{
id
:
string
;
name
:
string
;
url16
:
string
;
url48
:
string
;
[
key
:
string
]:
unknown
;
}
;
id
:
string
;
inherited
:
boolean
;
name
:
string
;
objectCount
:
number
;
objectSchemaId
:
string
;
parentObjectTypeId
?:
number
;
parentObjectTypeInherited
:
boolean
;
position
:
number
;
type
?:
number
;
updated
:
Date
;
workspaceId
:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Find an object type by id
Parameters
client
:
Client
parameters
:
{
id
:
string
}
Optional
options
:
RequestOptions
Returns
Promise
<
{
abstractObjectType
:
boolean
;
created
:
Date
;
description
?:
string
;
globalId
:
string
;
icon
:
{
id
:
string
;
name
:
string
;
url16
:
string
;
url48
:
string
;
[
key
:
string
]:
unknown
;
}
;
id
:
string
;
inherited
:
boolean
;
name
:
string
;
objectCount
:
number
;
objectSchemaId
:
string
;
parentObjectTypeId
?:
number
;
parentObjectTypeInherited
:
boolean
;
position
:
number
;
type
?:
number
;
updated
:
Date
;
workspaceId
:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Find an object type by id