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

interface FunctionOperand {
    arguments: string[];
    encodedOperand?: string;
    function: string;
}

Hierarchy

  • Record<string, unknown>
    • FunctionOperand

Properties

arguments: string[]

The list of function arguments.

encodedOperand?: string

Encoded operand, which can be used directly in a JQL query.

function: string

The name of the function.