Clone Shared Task
Clone a shared task into a specified project.
This endpoint allows authenticated users to clone a shared task into their own project.
The cloned task will:
- Copy all task settings (name, description, configuration)
- Copy only the shared revision (not all revisions)
- Automatically resolve name conflicts by appending (2), (3), etc.
- Set cloned_from_task_revision_id to maintain a link to the original
- Be set as active with 100% weight
Requires create_task permission on the target project.
