Task Moved (Project)
Webhook payload reference for the issues.move.project event, triggered when a task is moved to another project.
Triggered when a task is moved from one project to another.
- Event:
issues.move.project - Category: Tasks
- Triggers: Using the "Move to project" action in task details
Payload
{
"uuid": "abc123-def456-ghi789",
"project": {
"slug": "new-project-slug",
"name": "New Project Name"
}
}Field Reference
| Field | Type | Description |
|---|---|---|
uuid | string | UUID of the moved task |
project.slug | string | Destination project slug |
project.name | string | Destination project name |
Notes
- The webhook fires in the source project (where the task was originally located).
- The
projectobject represents the destination project. - After moving, the task belongs to the new project and its webhooks.
Related
- Task Moved (Board) —
issues.move.board - Task Deleted —
issues.destroy