linear.workflowstatefilter
Home > @runlightyear/linear > WorkflowStateFilter
WorkflowStateFilter interface
Signature:interface WorkflowStateFilter
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
and? | Array<WorkflowStateFilter> | Compound filters, all of which need to be matched by the workflow state. | |
createdAt? | DateComparator | Comparator for the created at date. | |
description? | StringComparator | Comparator for the workflow state description. | |
id? | IDComparator | Comparator for the identifier. | |
issues? | IssueCollectionFilter | Filters that the workflow states issues must satisfy. | |
name? | StringComparator | Comparator for the workflow state name. | |
or? | Array<WorkflowStateFilter> | Compound filters, one of which need to be matched by the workflow state. | |
position? | NumberComparator | Comparator for the workflow state position. | |
team? | TeamFilter | Filters that the workflow states team must satisfy. | |
type? | StringComparator | Comparator for the workflow state type. | |
updatedAt? | DateComparator | Comparator for the updated at date. |