Name | Type | Description | Notes |
---|---|---|---|
field | JqlQueryField | ||
operator | OperatorEnum | The operator between the field and operand. | |
operand | JqlQueryClauseOperand |
Name | Value |
---|---|
EQUAL | "=" |
NOT_EQUAL | "!=" |
GREATER_THAN | ">" |
LESS_THAN | "<" |
GREATER_THAN_OR_EQUAL_TO | ">=" |
LESS_THAN_OR_EQUAL_TO | "<=" |
IN | "in" |
NOT_IN | "not in" |
TILDE | "~" |
_ | "~=" |
IS | "is" |
IS_NOT | "is not" |