parent Name, parent Id
Filter the work items by their parent.
Available operators: =, !=, IN, NOT IN
parentName = 'Name of a tracker item'
parentId = 1
In some cases, for example, when you want to view, the result of Test Run use this field to filter the report:
parentId IS NOT NULL
This implies the report show only the result items of the Test Runs.