Actions
Feature #11162
closedAPI: Support task search by parent_task_id
Difficulty:
easy
Triaged:
Pull request:
Description
Update foreman-tasks so that a user can search for tasks associated with a given parent_task_id.
E.g.
curl -k -u admin:password -H "Content-Type:application/json" -H "Accept:application/json,version=2" -X GET -d "{\"search\": \"parent_task_id=e3d1bd0e-652b-43f6-bb26-a9d389e7b466\"}" https://sat61fusor.example.com/foreman_tasks/api/tasks | json_reformat
Updated by Brad Buckingham almost 10 years ago
Updated by The Foreman Bot almost 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-tasks/pull/127 added
- Pull request deleted (
)
Updated by Brad Buckingham almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset ef6d2c311ccc1c6c21536c8f312c6b678ed69c23.
Actions