id | integer | |
active_lock_reason | string | |
assignee | object | A GitHub user. |
assignees | array | |
author_association | string | How the author is associated with the repository. |
body | string | Contents of the issue |
body_html | string | |
body_text | string | |
closed_at | string | |
closed_by | object | A GitHub user. |
comments | integer | |
comments_url | string | |
created_at | string | |
draft | boolean | |
events_url | string | |
html_url | string | |
labels | array | 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 | |
locked | boolean | |
milestone | object | A collection of related issues and pull requests. |
node_id | string | |
number | integer | Number uniquely identifying the issue within its repository |
performed_via_github_app | object | 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 | |
reactions | object | |
repository | object | A repository on GitHub. |
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 |
user | object | A GitHub user. |