jira.js
    Preparing search index...

    Variable CustomFieldValueUpdateSchemaConst

    CustomFieldValueUpdateSchema: ZodObject<
        { issueIds: ZodArray<ZodNumber>; value: ZodUnknown },
        $loose,
    > = ...

    A list of issue IDs and the value to update a custom field to.