/tasks/{task_gid}/duplicateDuplicate a task
Creates a job that asynchronously duplicates a task and the selected related data. Supply the new task name and use include to select fields such as assignee, attachments, dates, dependencies, followers, notes, parent, projects, subtasks, or tags for duplication. The response confirms job creation; use the returned job record to monitor the asynchronous process.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The duplication configuration, including the new task name and the related fields to duplicate.
A 400 is returned when the request is missing or malformed, including an invalid include value. A 401 is returned when you do not provide a valid authentication token, and a 403 is returned when the authenticated user lacks access to the task or duplication operation. A 404 indicates that the task does not exist or that the request path is not a known action; a 500 indicates a server-side failure. The request also requires the tasks:write scope.