Variable UpdateCustomFieldDetailsSchemaConst
UpdateCustomFieldDetailsSchema: ZodObject<
{
description: ZodOptional<ZodString>;
name: ZodOptional<ZodString>;
searcherKey: ZodOptional<
ZodCustom<
| string & {}
| "com.atlassian.jira.plugin.system.customfieldtypes:cascadingselectsearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:daterange"
| "com.atlassian.jira.plugin.system.customfieldtypes:datetimerange"
| "com.atlassian.jira.plugin.system.customfieldtypes:exactnumber"
| "com.atlassian.jira.plugin.system.customfieldtypes:exacttextsearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:grouppickersearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:labelsearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:multiselectsearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:numberrange"
| "com.atlassian.jira.plugin.system.customfieldtypes:projectsearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:textsearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:userpickergroupsearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:versionsearcher",
| string & {}
| "com.atlassian.jira.plugin.system.customfieldtypes:cascadingselectsearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:daterange"
| "com.atlassian.jira.plugin.system.customfieldtypes:datetimerange"
| "com.atlassian.jira.plugin.system.customfieldtypes:exactnumber"
| "com.atlassian.jira.plugin.system.customfieldtypes:exacttextsearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:grouppickersearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:labelsearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:multiselectsearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:numberrange"
| "com.atlassian.jira.plugin.system.customfieldtypes:projectsearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:textsearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:userpickergroupsearcher"
| "com.atlassian.jira.plugin.system.customfieldtypes:versionsearcher",
>,
>;
},
$loose,
> = ...
Details of a custom field.