Sign in

Show local task

documented

Show a task by its local project-scoped ID.

GET /api_v2/projects/{project_id}/local_tasks/{local_task_id}.jsonProjectsno implementation yet0 runs
No 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}}/local_tasks/{{$local_task_id}}.json" \
  -X GET \
  -u "{{BUGHERD_API_KEY}}:x" \
  -H "Accept: application/json" # See BugHerd API docs turn1view0