PUT/tasks/{taskId}/copy.json

Copy a Task from one Project to Another

Copy a task from one project to another by passing in the new project and task list you want to copy it over to.

Path Params

  • Name
    taskId
    Type
    string
    required
    Description

Body Params

    • Name
      taskId
      Type
      integer
    • Name
      projectId
      Type
      integer
    • Name
      tasklistId
      Type
      integer

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK",
      "affectedTaskIds": "4"
    }