jira.js
Guide
GitHub
Preparing search index...
cloud
CustomFieldOptionCreateSchema
Variable CustomFieldOptionCreateSchema
Const
CustomFieldOptionCreateSchema
:
ZodObject
<
{
disabled
:
ZodOptional
<
ZodBoolean
>
;
optionId
:
ZodOptional
<
ZodString
>
;
value
:
ZodString
;
}
,
$loose
,
>
= ...
Details of a custom field option to create.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Details of a custom field option to create.