List tasks in project
documentedGet a full list of tasks for a project.
GET /api_v2/projects/{project_id}/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.json?updated_since={{$updated_since}}&created_since={{$created_since}}&status={{$status}}&priority={{$priority}}&tag={{$tag}}&assigned_to_id={{$assigned_to_id}}&external_id={{$external_id}}&page={{$page}}&limit={{$limit}}" \
-X GET \
-u "{{BUGHERD_API_KEY}}:x" \
-H "Accept: application/json" \
-H "Content-Type: application/json"