ListIssuesOptions
Defined in: providers/types.ts:105
Options for listing issues
Properties
Section titled “Properties”assignee?
Section titled “assignee?”
optionalassignee:string
Defined in: providers/types.ts:117
Filter by assignee
createdAfter?
Section titled “createdAfter?”
optionalcreatedAfter:string
Defined in: providers/types.ts:123
Created after date
createdBefore?
Section titled “createdBefore?”
optionalcreatedBefore:string
Defined in: providers/types.ts:125
Created before date
descriptionContains?
Section titled “descriptionContains?”
optionaldescriptionContains:string
Defined in: providers/types.ts:121
Search in description
labels?
Section titled “labels?”
optionallabels:string[]
Defined in: providers/types.ts:113
Filter by labels (AND logic)
labelsAny?
Section titled “labelsAny?”
optionallabelsAny:string[]
Defined in: providers/types.ts:115
Filter by any of these labels (OR logic)
limit?
Section titled “limit?”
optionallimit:number
Defined in: providers/types.ts:127
Maximum results
priority?
Section titled “priority?”
optionalpriority:IssuePriority|IssuePriority[]
Defined in: providers/types.ts:109
Filter by priority
sortBy?
Section titled “sortBy?”
optionalsortBy:"priority"|"created"|"updated"
Defined in: providers/types.ts:129
Sort field
sortOrder?
Section titled “sortOrder?”
optionalsortOrder:"asc"|"desc"
Defined in: providers/types.ts:131
Sort direction
status?
Section titled “status?”
optionalstatus:IssueStatus|IssueStatus[]
Defined in: providers/types.ts:107
Filter by status
titleContains?
Section titled “titleContains?”
optionaltitleContains:string
Defined in: providers/types.ts:119
Search in title
Defined in: providers/types.ts:111
Filter by type