Reason the conversation is locked, or null when unlocked or unspecified.
Assignee logins.
Author login, or null when the author has been deleted.
Author's association with the repo (OWNER, MEMBER, CONTRIBUTOR, NONE, ...).
Issue body markdown; empty string when GitHub returned null.
True when the issue is currently closed.
ISO timestamp the issue was closed, or null when still open.
Pull requests that, when merged, would close this issue.
PR number within its repository.
"owner/name" of the PR's repository.
PR state (OPEN, CLOSED, MERGED).
PR title.
Canonical GitHub URL for the PR.
Comments on this issue. Empty until phase 3 fetches them.
ISO timestamp the issue was created.
GitHub's internal numeric database id, or null when not exposed.
Canonical issue key this one is a duplicate of (from the MARKED_AS_DUPLICATE_EVENT slice), or null.
Last editor login, or null when never edited or the editor was deleted.
True when the issue is pinned on the repository.
GitHub Projects issue-type name (e.g. Bug, Feature), or null when unset.
Label names attached to the issue, in GitHub's order.
ISO timestamp the body/title was last edited, or null when never edited.
Names of branches GitHub has linked to this issue.
True when conversation is locked.
Milestone the issue belongs to, or null when none is assigned.
ISO due-date timestamp, or null when no due date is set.
Milestone state (OPEN / CLOSED).
Milestone title.
Issue number within the repository.
Parent issue key in "owner/repo#n" form, or null when this issue has no parent.
Participant logins (everyone who has commented or otherwise engaged).
ISO timestamp the issue was published, or null when not yet published.
Per-emoji reaction totals on the issue body.
GitHub reaction content code (e.g. THUMBS_UP, HEART).
Number of users who reacted with that emoji.
The issue's repository in "owner/name" form.
Whether this issue came from a full repo scan or as an external blocker fetch.
Raw GitHub state.
State qualifier (e.g. COMPLETED, NOT_PLANNED, DUPLICATE), or null when unset.
Sub-issue keys in "owner/repo#n" form.
Aggregate progress numbers for this issue's sub-issues.
Number of sub-issues currently closed.
Whole-number percent complete (0-100).
Total number of sub-issues.
Issue title.
Issue keys that track this issue back.
Issue keys this issue tracks (Projects v2 "tracked issues").
ISO timestamp the issue was last updated.
Canonical GitHub URL for the issue.
A raw issue as persisted in the cache (spec §5.2 full field set).
Core identity fields: source, repo, number, databaseId, title, body, state, stateReason, url, createdAt, updatedAt, closedAt, closed.
Author / editor fields: author, editor, authorAssociation.
Lock / pin fields: locked, activeLockReason, isPinned.
Timestamps: lastEditedAt, publishedAt.
Taxonomy fields: labels, issueType, milestone.
Participant fields: assignees, participants.
Reaction fields: reactionGroups.
Hierarchy fields: parent, subIssues, trackedIssues, trackedInIssues, subIssuesSummary, linkedBranches.
PR linkage: closedByPullRequests.
Duplicate detection: duplicateOf.
Comments: comments (empty until phase 3).