An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
activeLockReason
Reason that the conversation was locked.
assignees
Non-null
A list of Users assigned to this object.
author
The actor who authored the comment.
authorAssociation
Non-null
Author's association with the subject of the comment.
body
Non-null
Identifies the body of the issue.
bodyHTML
Non-null
The body rendered to HTML.
bodyResourcePath
Non-null
The http path for this issue body
bodyText
Non-null
Identifies the body of the issue rendered to text.
bodyUrl
Non-null
The http URL for this issue body
closed
Non-null
Indicates if the object is closed (definition of closed may depend on type)
closedAt
Identifies the date and time when the object was closed.
closedByPullRequestsReferences
List of open pull requests referenced from this issue
comments
Non-null
A list of comments associated with the Issue.
createdAt
Non-null
Identifies the date and time when the object was created.
createdViaEmail
Non-null
Check if this comment was created via an email reply.
databaseId
Identifies the primary key from the database.
editor
The actor who edited the comment.
fullDatabaseId
Identifies the primary key from the database as a BigInt.
hovercard
Non-null
The hovercard information for this issue
id
Non-null
The Node ID of the Issue object
includesCreatedEdit
Non-null
Check if this comment was edited and includes an edit with the creation data
isPinned
Indicates whether or not this issue is currently pinned to the repository issues list
isReadByViewer
Is this issue read by the viewer
labels
A list of labels associated with the object.
lastEditedAt
The moment the editor made the last edit
linkedBranches
Non-null
Branches linked to this issue.
locked
Non-null
true if the object is locked
milestone
Identifies the milestone associated with the issue.
number
Non-null
Identifies the issue number.
participants
Non-null
A list of Users that are participating in the Issue conversation.
projectCards
Non-null
List of project cards associated with this issue.
projectItems
Non-null
List of project items associated with this issue.
projectV2
Find a project by number.
projectsV2
Non-null
A list of projects under the owner.
publishedAt
Identifies when the comment was published at.
reactionGroups
A list of reactions grouped by content left on the subject.
reactions
Non-null
A list of Reactions left on the Issue.
repository
Non-null
The repository associated with this node.
resourcePath
Non-null
The HTTP path for this issue
state
Non-null
Identifies the state of the issue.
stateReason
Identifies the reason for the issue state.
timeline
`timeline` will be removed Use Issue.timelineItems instead. Removal on 2020-10-01 UTC.
Non-null
A list of events, comments, commits, etc. associated with the issue.
timelineItems
Non-null
A list of events, comments, commits, etc. associated with the issue.
title
Non-null
Identifies the issue title.
titleHTML
Non-null
Identifies the issue title rendered to HTML.
trackedInIssues
Non-null
A list of issues that track this issue
trackedIssues
Non-null
A list of issues tracked inside the current issue
trackedIssuesCount
Non-null
The number of tracked issues for this issue
updatedAt
Non-null
Identifies the date and time when the object was last updated.
url
Non-null
The HTTP URL for this issue
userContentEdits
A list of edits to this content.
viewerCanClose
Non-null
Indicates if the object can be closed by the viewer.
viewerCanDelete
Non-null
Check if the current viewer can delete this object.
viewerCanLabel
Non-null
Indicates if the viewer can edit labels for this object.
viewerCanReact
Non-null
Can user react to this subject
viewerCanReopen
Non-null
Indicates if the object can be reopened by the viewer.
viewerCanSubscribe
Non-null
Check if the viewer is able to change their subscription status for the repository.
viewerCanUpdate
Non-null
Check if the current viewer can update this object.
viewerCannotUpdateReasons
Non-null
Reasons why the current viewer can not update this comment.
viewerDidAuthor
Non-null
Did the viewer author this comment.
viewerSubscription
Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.
viewerThreadSubscriptionFormAction
Identifies the viewer's thread subscription form action.
viewerThreadSubscriptionStatus
Identifies the viewer's thread subscription status.
Also implements Assignable , Closable , Comment , Deletable , Labelable , Lockable , Node , ProjectV2Owner , Reactable , RepositoryNode , Subscribable , SubscribableThread , UniformResourceLocatable , Updatable , UpdatableComment .