1
0
mirror of synced 2026-01-04 00:06:20 -05:00
Files
docs/data/reusables/webhooks/issue_properties.md
2023-02-15 15:16:18 +00:00

7 lines
483 B
Markdown

`issue`|`object` | The [issue](/rest/issues) 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.