An operand that is a list of values.

interface ListOperand {
    encodedOperand?: string;
    values: JqlQueryUnitaryOperand[];
}

Hierarchy

  • Record<string, unknown>
    • ListOperand

Properties

encodedOperand?: string

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

The list of operand values.