Skip to main content

linear.listissuesprops

Home > @runlightyear/linear > ListIssuesProps

ListIssuesProps interface

Signature:
interface ListIssuesProps 

Optional Properties

PropertyModifiersTypeDescription
after?stringA cursor to be used with first for forward pagination
before?stringA cursor to be used with last for backward pagination.
filter?IssueFilterFilter returned issues.
first?numberThe number of items to forward paginate (used with after). Defaults to 50.
includeArchived?booleanShould archived resources be included (default: false)
last?numberThe number of items to backward paginate (used with before). Defaults to 50.
orderBy?"createdAt" | "updatedAt"By which field should the pagination order by. Available options are createdAt (default) and updatedAt.