jira.js
    Preparing search index...

    Variable FieldOperandSchemaConst

    FieldOperandSchema: ZodObject<
        {
            field: ZodOptional<
                ZodObject<
                    {
                        name: ZodOptional<ZodString>;
                        values: ZodOptional<ZodArray<ZodString>>;
                    },
                    $loose,
                >,
            >;
        },
        $loose,
    > = ...

    Returns workspaces where a specified event field has one of the specified values. Absent of values makes this operator no-op.