appmixer.github.project.OnProjectItemChanged
On Project Item Changed
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Organization | text | Login of the organization that owns the board. Registering the webhook needs organization admin rights (the 'admin:org_hook' scope). |
| Actions | multiselect | Which projects_v2_item actions to emit. Defaults to 'Edited', which is what a Status change on the board produces. |
| Project Node ID | text | Optional. Emit only events of this board, for example 'PVT_kwDOAA12oc4AGXUu'. Leave empty to watch every board of the organization. |
| Verify Webhook Signature | toggle | Register the webhook with a secret and drop deliveries whose X-Hub-Signature-256 header does not match. The digest is computed over a re-serialization of the parsed body, so leave this off unless you need it. |
| Field | Type | Description |
|---|---|---|
| Action | string | - |
| Project Item | object | - |
| Changes | object | - |
| Sender | object | - |
| Organization | object | - |