Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IssueApiIssueSearchIssuesRequest

Request parameters for issueSearchIssues operation in IssueApi.

export
interface

IssueApiIssueSearchIssuesRequest

Hierarchy

  • IssueApiIssueSearchIssuesRequest

Index

Properties

assigned?: boolean

filter (issues / pulls) assigned to you, default is false

memberof

IssueApiIssueSearchIssues

before?: string

Only show notifications updated before the given time. This is a timestamp in RFC 3339 format

memberof

IssueApiIssueSearchIssues

created?: boolean

filter (issues / pulls) created by you, default is false

memberof

IssueApiIssueSearchIssues

labels?: string

comma separated list of labels. Fetch only issues that have any of this labels. Non existent labels are discarded

memberof

IssueApiIssueSearchIssues

limit?: number

page size of results

memberof

IssueApiIssueSearchIssues

mentioned?: boolean

filter (issues / pulls) mentioning you, default is false

memberof

IssueApiIssueSearchIssues

milestones?: string

comma separated list of milestone names. Fetch only issues that have any of this milestones. Non existent are discarded

memberof

IssueApiIssueSearchIssues

owner?: string

filter by owner

memberof

IssueApiIssueSearchIssues

page?: number

page number of results to return (1-based)

memberof

IssueApiIssueSearchIssues

priorityRepoId?: number

repository to prioritize in the results

memberof

IssueApiIssueSearchIssues

q?: string

search string

memberof

IssueApiIssueSearchIssues

reviewRequested?: boolean

filter pulls requesting your review, default is false

memberof

IssueApiIssueSearchIssues

since?: string

Only show notifications updated after the given time. This is a timestamp in RFC 3339 format

memberof

IssueApiIssueSearchIssues

state?: string

whether issue is open or closed

memberof

IssueApiIssueSearchIssues

team?: string

filter by team (requires organization owner parameter to be provided)

memberof

IssueApiIssueSearchIssues

type?: string

filter by type (issues / pulls) if set

memberof

IssueApiIssueSearchIssues

Generated using TypeDoc