tracker.id
You can filter work items using the ID of a tracker.
Available operators: =, !=, IN, NOT IN.
Example
To filter work items for tracker ID 1:
tracker.id = 1
Was this helpful?