Skip to content

Variable: MultipleCustomFieldValuesUpdateSchema

ts
const MultipleCustomFieldValuesUpdateSchema: ZodObject<{
  customField: ZodString;
  issueIds: ZodArray<ZodNumber>;
  value: ZodUnknown;
}, $loose>;

Defined in: src/cloud/models/multipleCustomFieldValuesUpdate.ts:5

A custom field and its new value with a list of issue to update.