Description of problem: The task._href[1] attribute doesn't point to a particular task item URL in cases where more tasks are spawned by pulp to fulfill a request. This breaks compatibility with cases when just a single task is spawned and renders task.task_group_id field redundant. Version-Release number of selected component (if applicable): 2.2 Actual results: task._href attribute of a task points to a task_group URL in cases where pulp spawns more than one task to fulfill a request Expected results: task._href always points to particular tasks URL no matter whether it is part of a task group or not [1] task item anatomy, https://pulp-dev-guide.readthedocs.org/en/latest/conventions/sync-v-async.html#call-report
task groups have been removed as part of pulp 2.4 http://pulp.readthedocs.org/en/latest/user-guide/release-notes/2.4.x.html Marking BZ as closed/currentrelease.