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 str ✔️ N/A
is_custom Optional[bool] Whether this operator is supported by default or something that was created within a workplace app (e.g. custom jira field).
operator_type Optional[models.OperatorType] N/A
help_text Optional[str] N/A
scopes List[models.OperatorScope] N/A
value Optional[str] Raw/canonical value of the operator. Only applies when result is an operator value.
display_value Optional[str] Human readable value of the operator that can be shown to the user. Only applies when result is an operator value.