Github API - Test Config

POST /repos/{owner}/{repo}/issues
issues
repos

Any user with pull access to a repository can create an issue. If issues are disabled in the repository, the API returns a 410 Gone status.

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. See "Secondary rate limits" and "Dealing with secondary rate limits" for details.
Create 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)

Returns
201 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)
403 forbidden

forbidden [scalar]

Forbidden

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)
422 validation_failed

validation_failed [scalar]

Validation failed, or the endpoint has been spammed.

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

service_unavailable [scalar]

Service unavailable

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