Skip to content

Variable: JiraSingleSelectFieldSchema

ts
const JiraSingleSelectFieldSchema: ZodObject<{
  fieldId: ZodString;
  option: ZodObject<{
     optionId: ZodOptional<ZodNumber>;
  }, $loose>;
}, $loose>;

Defined in: src/cloud/models/jiraSingleSelectField.ts:10

Add or clear a single select field:*

To add, specify the option with an optionId.* To clear, pass an option with optionId as -1.