Skip to content

Variable: IssueFieldOptionConfigurationSchema

ts
const IssueFieldOptionConfigurationSchema: ZodObject<{
  attributes: ZodOptional<ZodArray<ZodCustom<string & object | "defaultValue" | "notSelectable", string & object | "defaultValue" | "notSelectable">>>;
  scope: ZodOptional<ZodObject<{
     global: ZodOptional<ZodObject<{
        attributes: ZodOptional<ZodArray<ZodCustom<..., ...>>>;
     }, $loose>>;
     projects: ZodOptional<ZodArray<ZodNumber>>;
     projects2: ZodOptional<ZodArray<ZodObject<{
        attributes: ZodOptional<ZodArray<...>>;
        id: ZodOptional<ZodNumber>;
     }, $loose>>>;
  }, $loose>>;
}, $loose>;

Defined in: src/cloud/models/issueFieldOptionConfiguration.ts:6

Details of the projects the option is available in.