IssuesEvent

Activity related to an issue. The type of activity is specified in the action property of the payload object. For more information, see the "issues" REST API.

The event object includes properties that are common for all events. Each event object includes a payload property and the value is unique to each event type. The payload object for this event is described below.

Event payload object

Key Type Description
action string The action that was performed. Can be one of opened, closed, reopened, assigned, unassigned, labeled, or unlabeled.
issue object The issue itself.
changes object The changes to the issue if the action was edited.
changes[title][from] string The previous version of the title if the action was edited.
changes[body][from] string The previous version of the body if the action was edited.
assignee object The optional user who was assigned or unassigned from the issue.
label object The optional label that was added or removed from the issue.