Variable IssueFieldOptionConfigurationSchemaConst
IssueFieldOptionConfigurationSchema: ZodObject<
{
attributes: ZodOptional<
ZodArray<
ZodCustom<
string & {}
| "defaultValue"
| "notSelectable",
string & {} | "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,
> = ...
Details of the projects the option is available in.