Skip to main content

linear.workflowstatefilter

Home > @runlightyear/linear > WorkflowStateFilter

WorkflowStateFilter interface

Signature:
interface WorkflowStateFilter 

Optional Properties

PropertyModifiersTypeDescription
and?Array<WorkflowStateFilter>Compound filters, all of which need to be matched by the workflow state.
createdAt?DateComparatorComparator for the created at date.
description?StringComparatorComparator for the workflow state description.
id?IDComparatorComparator for the identifier.
issues?IssueCollectionFilterFilters that the workflow states issues must satisfy.
name?StringComparatorComparator for the workflow state name.
or?Array<WorkflowStateFilter>Compound filters, one of which need to be matched by the workflow state.
position?NumberComparatorComparator for the workflow state position.
team?TeamFilterFilters that the workflow states team must satisfy.
type?StringComparatorComparator for the workflow state type.
updatedAt?DateComparatorComparator for the updated at date.