Skip to content

Type Alias: JqlQueryClause

ts
type JqlQueryClause = 
  | CompoundClause
  | FieldValueClause
  | FieldWasClause
  | FieldChangedClause;

Defined in: src/cloud/models/jqlQueryClause.ts:7