linear.issuelabelfilter
Home > @runlightyear/linear > IssueLabelFilter
IssueLabelFilter interface
Signature:interface IssueLabelFilter
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
and? | Array<IssueLabelFilter> | 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. | |
id? | IDComparator | Comparator for the identifier. | |
name? | StringComparator | Comparator for the name. | |
or? | Array<IssueLabelFilter> | Compound filters, one of which need to be matched by the label. | |
parent? | IssueLabelFilter | Filters that the issue label's parent label must satisfy. | |
team? | TeamFilter | Filters that the issue labels team must satisfy. | |
updatedAt? | DateComparator | Comparator for the updated at date. |