Move tasks
documentedMove one or more tasks to a different project.
POST /api_v2/projects/{project_id}/tasks/move_tasks.jsonProjectsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.bugherd.com/api_v2/projects/{{$project_id}}/tasks/move_tasks.json" \
-X POST \
-u "{{BUGHERD_API_KEY}}:x" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"destination_project_id": {{$destination_project_id}}, "task_ids": {{$task_ids}}}'