Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 4.51 KB

File metadata and controls

14 lines (11 loc) · 4.51 KB

OperatorMetadata

Fields

Field Type Required Description
name String ✔️ N/A
isCustom Optional<Boolean> Whether this operator is supported by default or something that was created within a workplace app (e.g. custom jira field).
operatorType Optional<OperatorType> N/A
helpText Optional<String> N/A
scopes List<OperatorScope> N/A
value Optional<String> Raw/canonical value of the operator. Only applies when result is an operator value.
displayValue Optional<String> Human readable value of the operator that can be shown to the user. Only applies when result is an operator value.