linear.issuelabelcollectionfilter
Home > @runlightyear/linear > IssueLabelCollectionFilter
IssueLabelCollectionFilter interface
Signature:interface IssueLabelCollectionFilter
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
and? | Array<IssueLabelCollectionFilter> | Compound filters, all of which need to be matched by the label. | |
createdAt? | DateComparator | Comparator for the created at date. | |
creator? | NullableUserFilter | Filters that the issue labels creator must satisfy. | |
every? | IssueLabelFilter | Filters that needs to be matched by all issue labels. | |
id? | IDComparator | Comparator for the identifier. | |
length? | NumberComparator | Comparator for the collection length. | |
name? | StringComparator | Comparator for the name. | |
or? | Array<IssueLabelCollectionFilter> | Compound filters, one of which need to be matched by the label. | |
parent? | IssueLabelFilter | Filters that the issue label's parent label must satisfy. | |
some? | IssueLabelFilter | Filters that needs to be matched by some issue labels. | |
team? | TeamFilter | Filters that the issue labels team must satisfy. | |
updatedAt? | DateComparator | Comparator for the updated at date. |