Skip to main content

events

Overview

Nameevents
TypeResource
Idgithub.issues.events

Fields

NameDatatypeDescription
idinteger
actorobjectA GitHub user.
assigneeobjectA GitHub user.
assignerobjectA GitHub user.
author_associationstringHow the author is associated with the repository.
commit_idstring
commit_urlstring
created_atstring
dismissed_reviewobject
eventstring
issueobjectIssues are a great way to keep track of tasks, enhancements, and bugs for your projects.
labelobjectIssue Event Label
lock_reasonstring
milestoneobjectIssue Event Milestone
node_idstring
performed_via_github_appobjectGitHub 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.
project_cardobjectIssue Event Project Card
renameobjectIssue Event Rename
requested_reviewerobjectA GitHub user.
requested_teamobjectGroups of organization members that gives permissions on specified repositories.
review_requesterobjectA GitHub user.
urlstring

Methods

NameAccessible byRequired ParamsDescription
get_eventSELECTevent_id, owner, repoGets a single event by the event id.
list_eventsSELECTissue_number, owner, repoLists all events for an issue.
list_events_for_repoSELECTowner, repoLists events for a repository.