1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Files
docs/data/reusables/webhooks/project_card_properties.md

8 lines
616 B
Markdown

Key | Type | Description
----|------|-------------
`action`|`string` | The action performed on the project card. Can be `created`, `edited`, `moved`, `converted`, or `deleted`.
`changes`|`object` | The changes to the project card if the action was `edited` or `converted`.
`changes[note][from]` |`string` | The previous version of the note if the action was `edited` or `converted`.
`after_id`|`integer` | The id of the card that this card now follows if the action was "moved". Will be `null` if it is the first card in a column.
`project_card`|`object` | The [project card](/rest/reference/projects#cards) itself.