Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 793 Bytes

FieldValueClause.md

File metadata and controls

25 lines (23 loc) · 793 Bytes

FieldValueClause

Properties

Name Type Description Notes
field JqlQueryField
operator OperatorEnum The operator between the field and operand.
operand JqlQueryClauseOperand

Enum: OperatorEnum

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"