Changelog
May 18, 2025
New Feature: Multi-Project Tasks
What's New:
locations
field added to the task object.locations
parameter added to the Create Task request body.New API endpoints:
POST /public/v1/tm/tasks/{task_id}/locations
– Add a task to a projectDELETE /public/v1/tm/tasks/{task_id}/locations
– Remove a task from a projectBreaking Changes (with Grace Period):
projectId
, boardId
, boardColumnId
projectId
, boardId
, boardColumnId
POST /public/v1/tm/tasks/{task_id}/board
POST /public/v1/tm/tasks/{task_id}/board-column
Action Required:
locations
structure and endpoints before the deprecation period ends.