GitHub · Schema

GitHub Issue

A GitHub issue used for tracking bugs, feature requests, tasks, and discussions within a repository.

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
id integer The unique identifier of the issue.
node_id string The GraphQL node ID for the issue.
url string The API URL for the issue.
html_url string The URL of the issue on GitHub.
number integer The issue number within the repository.
state string The current state of the issue.
state_reason stringnull The reason the issue state was changed.
title string The title of the issue.
body stringnull The contents of the issue in Markdown format.
user object
labels array Labels applied to the issue.
assignee object The primary user assigned to the issue.
assignees array All users assigned to the issue.
milestone object The milestone the issue is associated with.
locked boolean Whether the issue is locked.
active_lock_reason stringnull The reason the issue was locked.
comments integer The number of comments on the issue.
pull_request object Pull request metadata if this issue is also a pull request.
created_at string The date and time the issue was created.
updated_at string The date and time the issue was last updated.
closed_at stringnull The date and time the issue was closed.
closed_by object The user who closed the issue.
author_association string How the author is associated with the repository.
reactions object
View JSON Schema on GitHub