Skip to content

ListIssuesOptions

Defined in: providers/types.ts:105

Options for listing issues

optional assignee: string

Defined in: providers/types.ts:117

Filter by assignee


optional createdAfter: string

Defined in: providers/types.ts:123

Created after date


optional createdBefore: string

Defined in: providers/types.ts:125

Created before date


optional descriptionContains: string

Defined in: providers/types.ts:121

Search in description


optional labels: string[]

Defined in: providers/types.ts:113

Filter by labels (AND logic)


optional labelsAny: string[]

Defined in: providers/types.ts:115

Filter by any of these labels (OR logic)


optional limit: number

Defined in: providers/types.ts:127

Maximum results


optional priority: IssuePriority | IssuePriority[]

Defined in: providers/types.ts:109

Filter by priority


optional sortBy: "priority" | "created" | "updated"

Defined in: providers/types.ts:129

Sort field


optional sortOrder: "asc" | "desc"

Defined in: providers/types.ts:131

Sort direction


optional status: IssueStatus | IssueStatus[]

Defined in: providers/types.ts:107

Filter by status


optional titleContains: string

Defined in: providers/types.ts:119

Search in title


optional type: IssueType | IssueType[]

Defined in: providers/types.ts:111

Filter by type