Skip to main content

linear.issuelabelcollectionfilter

Home > @runlightyear/linear > IssueLabelCollectionFilter

IssueLabelCollectionFilter interface

Signature:
interface IssueLabelCollectionFilter 

Optional Properties

PropertyModifiersTypeDescription
and?Array<IssueLabelCollectionFilter>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.
every?IssueLabelFilterFilters that needs to be matched by all issue labels.
id?IDComparatorComparator for the identifier.
length?NumberComparatorComparator for the collection length.
name?StringComparatorComparator for the name.
or?Array<IssueLabelCollectionFilter>Compound filters, one of which need to be matched by the label.
parent?IssueLabelFilterFilters that the issue label's parent label must satisfy.
some?IssueLabelFilterFilters that needs to be matched by some issue labels.
team?TeamFilterFilters that the issue labels team must satisfy.
updatedAt?DateComparatorComparator for the updated at date.