Github API - Test Config

GET /issues
issues

List issues assigned to the authenticated user across all visible repositories including owned repositories, member
repositories, and organization repositories. You can use the filter query parameter to fetch issues that are not
necessarily assigned to you.

Note: GitHub's REST API considers every pull request an issue, but not every issue is a pull request. For this
reason, "Issues" endpoints may return both issues and pull requests in the response. You can identify pull requests by
the pull_request key. Be aware that the id of a pull request returned from "Issues" endpoints will be an issue id. To find out the pull
request id, use the "List pull requests" endpoint.
List issues assigned to the authenticated user

Arguments
filter string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

state string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

key labels

labels [scalar]

A list of comma separated label names. Example: bug,ui,@high

API:
Github Open API
(version: 1.1.4)

sort string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

key direction

direction [scalar]

The direction to sort the results by.

API:
Github Open API
(version: 1.1.4)

key since

since [scalar]

Only show notifications updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

API:
Github Open API
(version: 1.1.4)

collab boolean

boolean [scalar]

The OpenAPI boolean type

API:
Github Open API
(version: 1.1.4)

orgs boolean

boolean [scalar]

The OpenAPI boolean type

API:
Github Open API
(version: 1.1.4)

owned boolean

boolean [scalar]

The OpenAPI boolean type

API:
Github Open API
(version: 1.1.4)

pulls boolean

boolean [scalar]

The OpenAPI boolean type

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json issue []

issue [object]

Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.

Attributes
active_lock_reason string

assignees simple-user []

author_association author-association

body string

Contents of the issue

body_html string

body_text string

closed_at string

comments integer

comments_url string

created_at string

draft boolean

events_url string

html_url string

id integer

labels unknown []

labels_url string

locked boolean

milestone nullable-milestone

node_id string

number integer

Number uniquely identifying the issue within its repository

performed_via_github_app nullable-integration

pull_request 2016

reactions reaction-rollup

repository repository

repository_url string

state string

State of the issue; either 'open' or 'closed'

state_reason string

The reason for the current state

timeline_url string

title string

Title of the issue

updated_at string

url string

URL for the issue

API:
Github Open API
(version: 1.1.4)
304 not_modified

not_modified [scalar]

Not modified

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
422 validation_failed

validation_failed [scalar]

Validation failed, or the endpoint has been spammed.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)