jira.js
Guide
GitHub
Preparing search index...
cloud
CustomFieldContextDefaultValueTextAreaSchema
Variable CustomFieldContextDefaultValueTextAreaSchema
Const
CustomFieldContextDefaultValueTextAreaSchema
:
ZodObject
<
{
contextId
:
ZodString
;
text
:
ZodOptional
<
ZodString
>
;
type
:
ZodEnum
<
{
textarea
:
"textarea"
}
>
;
}
,
$loose
,
>
= ...
The default text for a text area custom field.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
The default text for a text area custom field.