Skip to content

Variable: CreateCustomFieldSchema

ts
const CreateCustomFieldSchema: ZodObject<{
  description: ZodOptional<ZodString>;
  name: ZodString;
  searcherKey: ZodOptional<ZodCustom<
     | string & object
     | "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 & object
     | "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">>;
  type: ZodString;
}, $strip>;

Defined in: src/cloud/parameters/createCustomField.ts:4