Github API - Test Config

GET /repos/{owner}/{repo}/issues/{issue_number}
issues
repos

The API returns a 301 Moved Permanently status if the issue was
transferred to another repository. If
the issue was transferred to or deleted from a repository where the authenticated user lacks read access, the API
returns a 404 Not Found status. If the issue was deleted from a repository where the authenticated user has read
access, the API returns a 410 Gone status. To receive webhook events for transferred and deleted issues, subscribe
to the issues webhook.

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.
Get an issue

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key issue-number

issue-number [scalar]

The number that identifies the issue.

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)
301 moved_permanently

moved_permanently [scalar]

Moved permanently

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)
410 gone

gone [scalar]

Gone

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