Activity related to an issue comment. The type of activity is specified in the action property of the payload object. For more information, see the "issue comments" 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.
payload object| Key | Type | Description |
|---|---|---|
action |
string |
The action that was performed on the comment. Can be one of created, edited, or deleted. |
changes |
object |
The changes to the comment if the action was edited. |
changes[body][from] |
string |
The previous version of the body if the action was edited. |
issue |
object |
The issue the comment belongs to. |
comment |
object |
The comment itself. |