Skip to main content

linear.issuecollectionfilter

Home > @runlightyear/linear > IssueCollectionFilter

IssueCollectionFilter interface

Signature:
interface IssueCollectionFilter 

Optional Properties

PropertyModifiersTypeDescription
and?Array<IssueCollectionFilter>Compound filters, all of which need to be matched by the issue.
assignee?NullableUserFilterFilters that the issues assignee must satisfy.
attachments?AttachmentCollectionFilterFilters that the issues attachments must satisfy.
autoArchivedAt?NullableDateComparatorComparator for the issues auto archived at date.
autoClosedAt?NullableDateComparatorComparator for the issues auto closed at date.
canceledAt?NullableDateComparatorComparator for the issues canceled at date.
children?IssueCollectionFilterFilters that the child issues must satisfy.
comments?CommentCollectionFilterFilters that the issues comments must satisfy.
completedAt?NullableDateComparatorComparator for the issues completed at date.
createdAt?DateComparatorComparator for the created at date.
creator?NullableUserFilterFilters that the issues creator must satisfy.
cycle?NullableCycleFilterFilters that the issues cycle must satisfy.
description?NullableStringComparatorComparator for the issues description.
dueDate?NullableTimelessDateComparatorComparator for the issues due date.
estimate?EstimateComparatorComparator for the issues estimate.
every?IssueFilterFilters that needs to be matched by all issues.
hasBlockedByRelations?RelationExistsComparatorComparator for filtering issues which are blocked.
hasBlockingRelations?RelationExistsComparatorComparator for filtering issues which are blocking.
hasDuplicateRelations?RelationExistsComparatorComparator for filtering issues which are duplicates.
hasRelatedRelations?RelationExistsComparatorComparator for filtering issues with relations.
id?IDComparatorComparator for the identifier.
labels?IssueLabelCollectionFilterFilters that issue labels must satisfy.
length?NumberComparatorComparator for the collection length.
number?NumberComparatorComparator for the issues number.
or?Array<IssueCollectionFilter>Compound filters, one of which need to be matched by the issue.
parent?NullableIssueFilterFilters that the issue parent must satisfy.
priority?NullableNumberComparatorComparator for the issues priority.
project?NullableProjectFilterFilters that the issues project must satisfy.
projectMilestone?NullableProjectMilestoneFilter[ALPHA] Filters that the issues project milestone must satisfy.
slaStatus?SlaStatusComparatorComparator for the issues sla status.
snoozedBy?NullableUserFilterFilters that the issues snoozer must satisfy.
snoozedUntilAt?NullableDateComparatorComparator for the issues snoozed until date.
some?IssueFilterFilters that needs to be matched by some issues.
startedAt?NullableDateComparatorComparator for the issues started at date.
state?WorkflowStateFilterFilters that the issues state must satisfy.
subscribers?UserCollectionFilterFilters that issue subscribers must satisfy.
team?TeamFilterFilters that the issues team must satisfy.
title?StringComparatorComparator for the issues title.
triagedAt?NullableDateComparatorComparator for the issues triaged at date.
updatedAt?DateComparatorComparator for the updated at date.