Skip to main content
Schema1.1.4object

issue-event

Issue Event

Source
github-v3-rest.json
Revision
f5f067c1e6f6
Active snapshot
85e53e3d0d65

Issue

object

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

active_lock_reason string
optionalnullable
assignees array
optionalnullable
author_association
string<author_association>
required

How the author is associated with the repository.

body string
optionalnullable

Contents of the issue

body_html string
optional
body_text string
optional
closed_at string (date-time)
requirednullable
comments integer
required
comments_url string (uri)
required
created_at string (date-time)
required
draft boolean
optional
events_url string (uri)
required
html_url string (uri)
required
id integer
required
labels array
required

Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository

labels_url string
required
locked boolean
required
milestone Milestone object
requirednullable

A collection of related issues and pull requests.

node_id string
required
number integer
required

Number uniquely identifying the issue within its repository

performed_via_github_app GitHub app object
optionalnullable

GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.

pull_request object
optional
repository Repository object
optional

A git repository

repository_url string (uri)
required
state string
required

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

timeline_url string (uri)
optional
title string
required

Title of the issue

updated_at string (date-time)
required
url string (uri)
required

URL for the issue