reference From Name
Filter the work items by the downstream references. Each work item is a part of the result set, which has downstream reference from the specified item.
For example: Bug 1 -> User Story 1
Available operators: =, !=, IN, NOT IN
referenceFromName = 'Bug 1' //the result will be the 'User Story 1' work item
Was this helpful?