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

interface KeywordOperand {
    keyword: "empty";
}

Hierarchy

  • Record<string, unknown>
    • KeywordOperand

Properties

Properties

keyword

The keyword that is the operand value.