Basic Information

appmixer.github.project.OnProjectItemChanged

On Project Item Changed

1.0.0

Public

Triggers when a card on an organization's Projects (v2) board changes. Registers an organization webhook for the projects_v2_item event and emits the payload including the changed field value.

Properties

FieldTypeDescription
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.

Output Ports

out

FieldTypeDescription
Action string -
Project Item object -
Changes object -
Sender object -
Organization object -

Full Metadata