# Move a comment to another task of the same entity **POST /actions/tasks/{task_id}/comments/{comment_id}/move** Move an existing comment from its current task to another task that belongs to the same entity (shot, asset, sequence, episode or edit). The comment text, attachments, mentions, original creation date and the task status change it carries are preserved. Notifications and news linked to the comment on the source task are removed and recreated against the target task, so the target task's watchers get notified as if a new comment was posted. Reserved to production managers and studio admins. Comments tied to a preview revision cannot be moved. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **task_id** () Unique identifier of the comment's current task - **comment_id** () Unique identifier of the comment to move ### Body: application/json (object) - **target_task_id** (string(uuid)) Unique identifier of the task to move the comment to. Must belong to the same entity as the current task. ## Responses ### 200 Comment successfully moved to the target task. The returned payload is the comment with its updated object_id. ### 400 Source and target tasks differ in entity, are the same task, or the comment is tied to a preview revision. ### 403 Caller is not a manager or admin. [Powered by Bump.sh](https://bump.sh)