Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IssueApiIssueListIssuesRequest

Request parameters for issueListIssues operation in IssueApi.

export
interface

IssueApiIssueListIssuesRequest

Hierarchy

  • IssueApiIssueListIssuesRequest

Index

Properties

assignedBy?: string

Only show items for which the given user is assigned

memberof

IssueApiIssueListIssues

before?: string

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

memberof

IssueApiIssueListIssues

createdBy?: string

Only show items which were created by the the given user

memberof

IssueApiIssueListIssues

labels?: string

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

memberof

IssueApiIssueListIssues

limit?: number

page size of results

memberof

IssueApiIssueListIssues

mentionedBy?: string

Only show items in which the given user was mentioned

memberof

IssueApiIssueListIssues

milestones?: string

comma separated list of milestone names or ids. It uses names and fall back to ids. Fetch only issues that have any of this milestones. Non existent milestones are discarded

memberof

IssueApiIssueListIssues

owner: string

owner of the repo

memberof

IssueApiIssueListIssues

page?: number

page number of results to return (1-based)

memberof

IssueApiIssueListIssues

q?: string

search string

memberof

IssueApiIssueListIssues

repo: string

name of the repo

memberof

IssueApiIssueListIssues

since?: string

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

memberof

IssueApiIssueListIssues

state?: "all" | "closed" | "open"

whether issue is open or closed

memberof

IssueApiIssueListIssues

type?: "issues" | "pulls"

filter by type (issues / pulls) if set

memberof

IssueApiIssueListIssues

Generated using TypeDoc