jira.js
    Preparing search index...

    Variable FunctionOperandSchemaConst

    FunctionOperandSchema: ZodObject<
        {
            arguments: ZodArray<ZodString>;
            encodedOperand: ZodOptional<ZodString>;
            function: ZodString;
        },
        $loose,
    > = ...

    An operand that is a function. See Advanced searching - functions reference for more information about JQL functions.