A clause that asserts whether a field was changed. For example, status CHANGED AFTER startOfMonth(-1M).See CHANGED for more information about the CHANGED operator.

interface FieldChangedClause {
    field: JqlQueryField;
    operator: "changed";
    predicates: JqlQueryClauseTimePredicate[];
}

Properties

A field used in a JQL query. See Advanced searching - fields reference for more information about fields in JQL queries.

operator

The operator applied to the field.

The list of time predicates.