GitScrum / Docs

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

FieldTypeDescription
uuidstringUUID of the moved task
project.slugstringDestination project slug
project.namestringDestination project name

Notes

  • The webhook fires in the source project (where the task was originally located).
  • The project object represents the destination project.
  • After moving, the task belongs to the new project and its webhooks.