Skip to main content

linear.issuelabelfilter

Home > @runlightyear/linear > IssueLabelFilter

IssueLabelFilter interface

Signature:
interface IssueLabelFilter 

Optional Properties

PropertyModifiersTypeDescription
and?Array<IssueLabelFilter>Compound filters, all of which need to be matched by the label.
createdAt?DateComparatorComparator for the created at date.
creator?NullableUserFilterFilters that the issue labels creator must satisfy.
id?IDComparatorComparator for the identifier.
name?StringComparatorComparator for the name.
or?Array<IssueLabelFilter>Compound filters, one of which need to be matched by the label.
parent?IssueLabelFilterFilters that the issue label's parent label must satisfy.
team?TeamFilterFilters that the issue labels team must satisfy.
updatedAt?DateComparatorComparator for the updated at date.