reference To Name
Filter the work items by the upstream references. Each work item is a part of the result set, which refers to the specified item.
For example: Bug 1 -> User Story 1
Available operators: =, !=, IN, NOT IN
referenceToName = 'User Story 1' //the result will be the 'Bug1' work item
Was this helpful?